[rhmessaging-commits] rhmessaging commits: r2314 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Aug 15 08:54:09 EDT 2008


Author: eallen
Date: 2008-08-15 08:54:07 -0400 (Fri, 15 Aug 2008)
New Revision: 2314

Modified:
   mgmt/trunk/cumin/python/cumin/brokerlink.py
Log:
Fix imports to get the correct Link

Modified: mgmt/trunk/cumin/python/cumin/brokerlink.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/brokerlink.py	2008-08-15 12:49:07 UTC (rev 2313)
+++ mgmt/trunk/cumin/python/cumin/brokerlink.py	2008-08-15 12:54:07 UTC (rev 2314)
@@ -1,16 +1,13 @@
-from cumin.binding import ExchangeKeysField, ExchangeState
-from cumin.exchange import ExchangeInfo
-from formats import *
-from model import *
-from parameters import *
-from stat import *
-from util import *
-from widgets import *
+from mint import *
 from wooly import *
-from wooly.forms import *
-from wooly.resources import *
 from wooly.widgets import *
 
+from queue import *
+from exchange import *
+from widgets import *
+from parameters import *
+from formats import *
+from util import *
 
 strings = StringCatalog(__file__)
 




More information about the rhmessaging-commits mailing list