Author: Ronny Pfannschmidt <ronny.pfannschm...@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. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit