Author: Brian Kearns <[email protected]>
Branch: cleanup-tests
Changeset: r60790:5e9979fc7e67
Date: 2013-01-31 15:33 -0500
http://bitbucket.org/pypy/pypy/changeset/5e9979fc7e67/

Log:    trash this file

diff --git a/pypy/module/test_lib_pypy/hack___pypy__.py 
b/pypy/module/test_lib_pypy/hack___pypy__.py
deleted file mode 100644
--- a/pypy/module/test_lib_pypy/hack___pypy__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# here only to make test runs work even if not running on top of PyPy
-import sys, new
-
-def builtinify(f):
-    return f
-
-pypy = new.module('__pypy__')
-pypy.builtinify = builtinify
-sys.modules.setdefault('__pypy__', pypy)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to