[rhmessaging-commits] rhmessaging commits: r3615 - mgmt/trunk/mint/python/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Sep 3 11:45:28 EDT 2009


Author: justi9
Date: 2009-09-03 11:45:27 -0400 (Thu, 03 Sep 2009)
New Revision: 3615

Modified:
   mgmt/trunk/mint/python/mint/model.py
Log:
Remove an unused mint class

Modified: mgmt/trunk/mint/python/mint/model.py
===================================================================
--- mgmt/trunk/mint/python/mint/model.py	2009-09-03 15:33:19 UTC (rev 3614)
+++ mgmt/trunk/mint/python/mint/model.py	2009-09-03 15:45:27 UTC (rev 3615)
@@ -87,13 +87,6 @@
 
   version = StringCol(length=1000, default="0.1", notNone=True)
 
-class CollectorRegistration(SQLObject):
-  class sqlmeta:
-    lazyUpdate = True
-
-  name = StringCol(length=1000, default=None)
-  collectorId = StringCol(length=1000, default=None)
-
 class BrokerGroup(SQLObject):
   class sqlmeta:
     lazyUpdate = True



More information about the rhmessaging-commits mailing list