Author: Maciej Fijalkowski <[email protected]>
Branch: remove-list-smm
Changeset: r62633:96b7c2746125
Date: 2013-03-21 18:28 -0700
http://bitbucket.org/pypy/pypy/changeset/96b7c2746125/

Log:    fix translation

diff --git a/pypy/objspace/std/proxyobject.py b/pypy/objspace/std/proxyobject.py
--- a/pypy/objspace/std/proxyobject.py
+++ b/pypy/objspace/std/proxyobject.py
@@ -72,10 +72,10 @@
     return W_Transparent
 
 W_Transparent = transparent_class('W_Transparent', baseobjspace.W_Root)
-W_TransparentObject = transparent_class('W_TransparentObject', W_Object)
+#W_TransparentObject = transparent_class('W_TransparentObject', W_Object)
 
-from pypy.objspace.std.objecttype import object_typedef
-W_TransparentObject.typedef = object_typedef
+#from pypy.objspace.std.objecttype import object_typedef
+#W_TransparentObject.typedef = object_typedef
 
 from pypy.interpreter.typedef import Function, GeneratorIterator, PyTraceback, 
\
     PyFrame, PyCode
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to