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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Aug 9 19:59:22 CEST 2007


Author: cfbolz
Date: Thu Aug  9 19:59:22 2007
New Revision: 45576

Modified:
   pypy/dist/pypy/rpython/ootypesystem/ootype.py
Log:
Eventually I will learn.


Modified: pypy/dist/pypy/rpython/ootypesystem/ootype.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/ootype.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/ootype.py	Thu Aug  9 19:59:22 2007
@@ -1,3 +1,4 @@
+import py
 from pypy.rpython.lltypesystem.lltype import LowLevelType, Signed, Unsigned, Float, Char
 from pypy.rpython.lltypesystem.lltype import Bool, Void, UniChar, typeOf, \
         Primitive, isCompatibleType, enforce, saferecursive, SignedLongLong, UnsignedLongLong



More information about the Pypy-commit mailing list