[pypy-svn] r26529 - pypy/dist/pypy/rpython/rctypes

arigo at codespeak.net arigo at codespeak.net
Fri Apr 28 18:29:30 CEST 2006


Author: arigo
Date: Fri Apr 28 18:29:29 2006
New Revision: 26529

Modified:
   pypy/dist/pypy/rpython/rctypes/rstringbuf.py
Log:
Forgotten fix to the import.


Modified: pypy/dist/pypy/rpython/rctypes/rstringbuf.py
==============================================================================
--- pypy/dist/pypy/rpython/rctypes/rstringbuf.py	(original)
+++ pypy/dist/pypy/rpython/rctypes/rstringbuf.py	Fri Apr 28 18:29:29 2006
@@ -4,7 +4,7 @@
 from pypy.rpython.rctypes.rmodel import CTypesRefRepr
 from pypy.objspace.flow.model import Constant
 from pypy.rpython.rslice import AbstractSliceRepr
-from pypy.rpython.rstr import string_repr
+from pypy.rpython.lltypesystem.rstr import string_repr
 
 class StringBufRepr(CTypesRefRepr):
 



More information about the Pypy-commit mailing list