[pypy-svn] r27100 - pypy/dist/pypy/rpython

antocuni at codespeak.net antocuni at codespeak.net
Thu May 11 23:20:36 CEST 2006


Author: antocuni
Date: Thu May 11 23:20:28 2006
New Revision: 27100

Modified:
   pypy/dist/pypy/rpython/rstr.py
Log:
Fixed a typo



Modified: pypy/dist/pypy/rpython/rstr.py
==============================================================================
--- pypy/dist/pypy/rpython/rstr.py	(original)
+++ pypy/dist/pypy/rpython/rstr.py	Thu May 11 23:20:28 2006
@@ -6,7 +6,7 @@
 from pypy.rpython.rtuple import AbstractTupleRepr
 from pypy.rpython.rslice import AbstractSliceRepr
 from pypy.rpython import rint
-from pypy.rpython.lltypesystem.lltype import Signed, Bool, Void,
+from pypy.rpython.lltypesystem.lltype import Signed, Bool, Void
 
 class AbstractStringRepr(Repr):
     pass



More information about the Pypy-commit mailing list