[pypy-commit] pypy stdlib-unification: revert stdlib test package __init__ to stdlib version

RonnyPfannschmidt noreply at buildbot.pypy.org
Fri Apr 13 22:16:20 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: stdlib-unification
Changeset: r54346:1f72d5b26f8c
Date: 2012-04-13 22:08 +0200
http://bitbucket.org/pypy/pypy/changeset/1f72d5b26f8c/

Log:	revert stdlib test package __init__ to stdlib version

diff --git a/lib-python/2.7/test/__init__.py b/lib-python/2.7/test/__init__.py
--- a/lib-python/2.7/test/__init__.py
+++ b/lib-python/2.7/test/__init__.py
@@ -1,11 +1,1 @@
-"""
-This package only contains the tests that we have modified for PyPy.
-It uses the 'official' hack to include the rest of the standard
-'test' package from CPython.
-
-This assumes that sys.path is configured to contain
-'lib-python/modified-2.7.0' before 'lib-python/2.7.0'.
-"""
-
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)
+# Dummy file to make this directory a package.


More information about the pypy-commit mailing list