Author: eallen
Date: 2010-04-26 16:26:08 -0400 (Mon, 26 Apr 2010)
New Revision: 3941
Modified:
mgmt/newdata/cumin/python/cumin/widgets.py
Log:
Added missing import of objectselector
Modified: mgmt/newdata/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/widgets.py 2010-04-26 20:22:26 UTC (rev 3940)
+++ mgmt/newdata/cumin/python/cumin/widgets.py 2010-04-26 20:26:08 UTC (rev 3941)
@@ -9,6 +9,7 @@
from mint.schema import *
from objecttask import *
+from objectselector import *
from parameters import *
from widgets import *
from charts import *
Show replies by date