Example #1
0
 def _executeViews(self):
     """Overrides the parent C{_executeViews} to r-build the model with all of the temporary files"""
     self._loadSavedDirectoriesIntoModel()
     # Carry on with executing the views
     Controller._executeViews(self)