* fluent: General cleanup.

This commit is contained in:
2006-04-19 19:59:55 +00:00
parent 4541716f90
commit f45c9c6bf7
4 changed files with 42 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ class Project:
self.name = name
self.dim_names = []
self._selection_observers = []
self.current_data=[]
self.current_data=None
self.datasets=[]
self.sel_obj = dataset.Selection()