[rhmessaging-commits] rhmessaging commits: r3932 - mgmt/newdata/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Apr 26 16:05:27 EDT 2010


Author: eallen
Date: 2010-04-26 16:05:26 -0400 (Mon, 26 Apr 2010)
New Revision: 3932

Modified:
   mgmt/newdata/cumin/python/cumin/sqladapter.py
Log:
whitespace removal

Modified: mgmt/newdata/cumin/python/cumin/sqladapter.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/sqladapter.py	2010-04-26 19:57:05 UTC (rev 3931)
+++ mgmt/newdata/cumin/python/cumin/sqladapter.py	2010-04-26 20:05:26 UTC (rev 3932)
@@ -9,7 +9,7 @@
 
         self.app = app
         self.table = table
-        
+
         self.query = SqlQuery(self.table)
         self.columns = list()
 
@@ -25,7 +25,7 @@
 
         try:
             self.query.execute(cursor, ("count(1)",), values)
-            
+
             return cursor.fetchone()[0]
         finally:
             cursor.close()



More information about the rhmessaging-commits mailing list