[pypy-svn] r50707 - pypy/dist/pypy/rpython/test

arigo at codespeak.net arigo at codespeak.net
Thu Jan 17 17:00:54 CET 2008


Author: arigo
Date: Thu Jan 17 17:00:54 2008
New Revision: 50707

Modified:
   pypy/dist/pypy/rpython/test/test_llann.py
Log:
Fix imports.


Modified: pypy/dist/pypy/rpython/test/test_llann.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_llann.py	(original)
+++ pypy/dist/pypy/rpython/test/test_llann.py	Thu Jan 17 17:00:54 2008
@@ -1,5 +1,6 @@
 from pypy.rpython.lltypesystem.lltype import *
-from pypy.rpython.rclass import OBJECTPTR, fishllattr
+from pypy.rpython.lltypesystem.rclass import OBJECTPTR
+from pypy.rpython.rclass import fishllattr
 from pypy.translator.translator import TranslationContext
 from pypy.annotation import model as annmodel
 from pypy.rpython.annlowlevel import annotate_lowlevel_helper



More information about the Pypy-commit mailing list