[pypy-svn] r75872 - pypy/branch/fast-forward/lib_pypy

benjamin at codespeak.net benjamin at codespeak.net
Tue Jul 6 01:39:04 CEST 2010


Author: benjamin
Date: Tue Jul  6 01:39:03 2010
New Revision: 75872

Modified:
   pypy/branch/fast-forward/lib_pypy/__init__.py
Log:
port from trunk

Modified: pypy/branch/fast-forward/lib_pypy/__init__.py
==============================================================================
--- pypy/branch/fast-forward/lib_pypy/__init__.py	(original)
+++ pypy/branch/fast-forward/lib_pypy/__init__.py	Tue Jul  6 01:39:03 2010
@@ -1,4 +1,4 @@
 # This __init__.py shows up in PyPy's app-level standard library.
 # Let's try to prevent that confusion...
-if __name__ != 'pypy.lib':
+if __name__ != 'lib_pypy':
     raise ImportError, '__init__'



More information about the Pypy-commit mailing list