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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Aug 5 17:01:29 EDT 2008


Author: eallen
Date: 2008-08-05 17:01:29 -0400 (Tue, 05 Aug 2008)
New Revision: 2256

Modified:
   mgmt/trunk/cumin/python/cumin/exchange.py
   mgmt/trunk/cumin/python/cumin/queue.py
Log:
Removed unused import of pdb

Modified: mgmt/trunk/cumin/python/cumin/exchange.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/exchange.py	2008-08-05 21:00:14 UTC (rev 2255)
+++ mgmt/trunk/cumin/python/cumin/exchange.py	2008-08-05 21:01:29 UTC (rev 2256)
@@ -9,7 +9,7 @@
 from parameters import *
 from formats import *
 from util import *
-import pdb
+
 strings = StringCatalog(__file__)
 
 class ExchangeInputSet(RadioInputSet):

Modified: mgmt/trunk/cumin/python/cumin/queue.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/queue.py	2008-08-05 21:00:14 UTC (rev 2255)
+++ mgmt/trunk/cumin/python/cumin/queue.py	2008-08-05 21:01:29 UTC (rev 2256)
@@ -1,4 +1,4 @@
-import pdb, logging
+import logging
 
 from mint.schema import Queue, Journal, Exchange
 from wooly import *




More information about the rhmessaging-commits mailing list