[rhmessaging-commits] rhmessaging commits: r4094 - mgmt/newdata/wooly/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Jul 8 22:34:34 EDT 2010


Author: justi9
Date: 2010-07-08 22:34:34 -0400 (Thu, 08 Jul 2010)
New Revision: 4094

Modified:
   mgmt/newdata/wooly/python/wooly/__init__.py
Log:
Revert to the old style super call

Modified: mgmt/newdata/wooly/python/wooly/__init__.py
===================================================================
--- mgmt/newdata/wooly/python/wooly/__init__.py	2010-07-09 02:23:52 UTC (rev 4093)
+++ mgmt/newdata/wooly/python/wooly/__init__.py	2010-07-09 02:34:34 UTC (rev 4094)
@@ -478,7 +478,7 @@
 
 class PageRedirect(Exception):
     def __init__(self, url):
-        super(PageRedirect, self).__init__()
+        Exception.__init__(self)
 
         self.url = url
 



More information about the rhmessaging-commits mailing list