[pypy-svn] r11939 - pypy/dist/pypy/objspace/std

arigo at codespeak.net arigo at codespeak.net
Wed May 4 15:51:41 CEST 2005


Author: arigo
Date: Wed May  4 15:51:40 2005
New Revision: 11939

Modified:
   pypy/dist/pypy/objspace/std/model.py
Log:
This typedef=None isn't needed and confuses the annotator.


Modified: pypy/dist/pypy/objspace/std/model.py
==============================================================================
--- pypy/dist/pypy/objspace/std/model.py	(original)
+++ pypy/dist/pypy/objspace/std/model.py	Wed May  4 15:51:40 2005
@@ -103,7 +103,6 @@
 
 class W_Object(W_Root, object):
     "Parent base class for wrapped objects."
-    typedef = None
 
     def __init__(w_self, space):
         w_self.space = space     # XXX not sure this is ever used any more



More information about the Pypy-commit mailing list