[rhmessaging-commits] rhmessaging commits: r3904 - mgmt/newdata/rosemary/python/rosemary.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Apr 12 17:41:54 EDT 2010


Author: eallen
Date: 2010-04-12 17:41:54 -0400 (Mon, 12 Apr 2010)
New Revision: 3904

Modified:
   mgmt/newdata/rosemary/python/rosemary/sqlquery.py
Log:
Getting rid of selfself typo

Modified: mgmt/newdata/rosemary/python/rosemary/sqlquery.py
===================================================================
--- mgmt/newdata/rosemary/python/rosemary/sqlquery.py	2010-04-09 17:20:27 UTC (rev 3903)
+++ mgmt/newdata/rosemary/python/rosemary/sqlquery.py	2010-04-12 21:41:54 UTC (rev 3904)
@@ -74,7 +74,7 @@
             return "limit %s offset %i" % (str(limit), offset)
 
     class GroupBy(object):
-        def emit(selfself, column):
+        def emit(self, column):
             column = getattr(column, "identifier", column)
 
             return "group by %s" % column



More information about the rhmessaging-commits mailing list