[pypy-svn] r25673 - pypy/dist/pypy/rpython/ootypesystem

antocuni at codespeak.net antocuni at codespeak.net
Mon Apr 10 18:50:18 CEST 2006


Author: antocuni
Date: Mon Apr 10 18:50:12 2006
New Revision: 25673

Modified:
   pypy/dist/pypy/rpython/ootypesystem/ootype.py
Log:
Forgotten to remove a 'print'...



Modified: pypy/dist/pypy/rpython/ootypesystem/ootype.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/ootype.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/ootype.py	Mon Apr 10 18:50:12 2006
@@ -627,6 +627,3 @@
 
 
 ROOT = Instance('Root', None, _is_root=True)
-
-print List(Signed)._METHODS
-



More information about the Pypy-commit mailing list