[pypy-svn] r72011 - pypy/branch/faster-compilation/pypy/interpreter

fijal at codespeak.net fijal at codespeak.net
Wed Mar 10 01:33:13 CET 2010


Author: fijal
Date: Wed Mar 10 01:33:12 2010
New Revision: 72011

Modified:
   pypy/branch/faster-compilation/pypy/interpreter/gateway.py
Log:
Newstylize that


Modified: pypy/branch/faster-compilation/pypy/interpreter/gateway.py
==============================================================================
--- pypy/branch/faster-compilation/pypy/interpreter/gateway.py	(original)
+++ pypy/branch/faster-compilation/pypy/interpreter/gateway.py	Wed Mar 10 01:33:12 2010
@@ -49,7 +49,7 @@
 
 #________________________________________________________________
 
-class UnwrapSpecRecipe:
+class UnwrapSpecRecipe(object):
     "NOT_RPYTHON"
 
     bases_order = [Wrappable, W_Root, ObjSpace, Arguments, object]



More information about the Pypy-commit mailing list