[pypy-svn] r57426 - in pypy/branch/2.5-features: lib-python/modified-2.5.1 pypy/tool

bgola at codespeak.net bgola at codespeak.net
Mon Aug 18 15:59:28 CEST 2008


Author: bgola
Date: Mon Aug 18 15:59:27 2008
New Revision: 57426

Removed:
   pypy/branch/2.5-features/lib-python/modified-2.5.1/__future__.py
   pypy/branch/2.5-features/lib-python/modified-2.5.1/warnings.py
Modified:
   pypy/branch/2.5-features/pypy/tool/stdlib___future__.py
Log:
removing some files from modified-2.5.1/

Modified: pypy/branch/2.5-features/pypy/tool/stdlib___future__.py
==============================================================================
--- pypy/branch/2.5-features/pypy/tool/stdlib___future__.py	(original)
+++ pypy/branch/2.5-features/pypy/tool/stdlib___future__.py	Mon Aug 18 15:59:27 2008
@@ -2,7 +2,7 @@
 
 def load_module():
     import py
-    module_path = py.path.local(__file__).dirpath().dirpath().dirpath('lib-python/modified-2.4.1/__future__.py')
+    module_path = py.path.local(__file__).dirpath().dirpath().dirpath('lib-python/2.5.1/__future__.py')
     execfile(str(module_path), globals())
 
 load_module()



More information about the Pypy-commit mailing list