Author: justi9
Date: 2010-03-31 14:19:14 -0400 (Wed, 31 Mar 2010)
New Revision: 3887
Modified:
mgmt/newdata/cumin/python/cumin/messaging/queue.py
Log:
Fix import
Modified: mgmt/newdata/cumin/python/cumin/messaging/queue.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/messaging/queue.py 2010-03-31 17:45:43 UTC (rev 3886)
+++ mgmt/newdata/cumin/python/cumin/messaging/queue.py 2010-03-31 18:19:14 UTC (rev 3887)
@@ -5,7 +5,7 @@
from wooly.widgets import *
from cumin.formats import *
-from cumin.objectform import *
+from cumin.objectframe import *
from cumin.objectselector import *
from cumin.objecttask import *
from cumin.parameters import *
Show replies by date