122
122
def set_view(self, view_name, view_files, make_current=True):
123
123
"""Add or update a view definition.
125
125
:param view_name: the name of the view
126
126
:param view_files: the list of files/directories in the view
127
127
:param make_current: make this view the current one or not