[pypy-svn] r74973 - in pypy/branch/sys-prefix: lib/pypy1.2/lib_pypy/pypy_test pypy/module/test_lib_pypy

antocuni at codespeak.net antocuni at codespeak.net
Mon May 31 16:01:44 CEST 2010


Author: antocuni
Date: Mon May 31 16:01:43 2010
New Revision: 74973

Added:
   pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/pypy_test/test_grp_extra.py
      - copied, changed from r74972, pypy/branch/sys-prefix/pypy/module/test_lib_pypy/test_grp_extra.py
Removed:
   pypy/branch/sys-prefix/pypy/module/test_lib_pypy/test_grp_extra.py
Log:
this test should really go here


Copied: pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/pypy_test/test_grp_extra.py (from r74972, pypy/branch/sys-prefix/pypy/module/test_lib_pypy/test_grp_extra.py)
==============================================================================
--- pypy/branch/sys-prefix/pypy/module/test_lib_pypy/test_grp_extra.py	(original)
+++ pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/pypy_test/test_grp_extra.py	Mon May 31 16:01:43 2010
@@ -1,6 +1,7 @@
+from __future__ import absolute_import
 import py
 try:
-    from pypy.lib import grp
+    from .. import grp
 except ImportError:
     py.test.skip("No grp module on this platform")
 



More information about the Pypy-commit mailing list