[pypy-svn] r75496 - pypy/branch/fast-forward/pypy/module/sys

benjamin at codespeak.net benjamin at codespeak.net
Tue Jun 22 16:11:25 CEST 2010


Author: benjamin
Date: Tue Jun 22 16:11:24 2010
New Revision: 75496

Modified:
   pypy/branch/fast-forward/pypy/module/sys/app.py
Log:
pypy/lib is in sys.path

Modified: pypy/branch/fast-forward/pypy/module/sys/app.py
==============================================================================
--- pypy/branch/fast-forward/pypy/module/sys/app.py	(original)
+++ pypy/branch/fast-forward/pypy/module/sys/app.py	Tue Jun 22 16:11:24 2010
@@ -3,7 +3,7 @@
 The 'sys' module.
 """
 
-from pypy.lib._structseq import structseqtype, structseqfield
+from _structseq import structseqtype, structseqfield
 
 def excepthook(exctype, value, traceback):
     """Handle an exception by displaying it with a traceback on sys.stderr."""



More information about the Pypy-commit mailing list