[pypy-svn] r38468 - pypy/dist/pypy/module/_sre/test

arigo at codespeak.net arigo at codespeak.net
Sun Feb 11 16:01:26 CET 2007


Author: arigo
Date: Sun Feb 11 16:01:25 2007
New Revision: 38468

Modified:
   pypy/dist/pypy/module/_sre/test/test_app_sre.py
Log:
Ou-ou-oups.


Modified: pypy/dist/pypy/module/_sre/test/test_app_sre.py
==============================================================================
--- pypy/dist/pypy/module/_sre/test/test_app_sre.py	(original)
+++ pypy/dist/pypy/module/_sre/test/test_app_sre.py	Sun Feb 11 16:01:25 2007
@@ -4,7 +4,7 @@
 from pypy.interpreter.gateway import app2interp_temp
 
 def init_globals_hack(space):
-    space.appexec([autopath.this_dir], """(this_dir):
+    space.appexec([space.wrap(autopath.this_dir)], """(this_dir):
     import __builtin__ as b
     import sys, os.path
     # Uh-oh, ugly hack



More information about the Pypy-commit mailing list