Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r62338:1edc3644c19e
Date: 2013-02-25 17:50 -0800
http://bitbucket.org/pypy/pypy/changeset/1edc3644c19e/

Log:    remove difference with default

diff --git a/pypy/module/cpyext/test/test_cpyext.py 
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext/test/test_cpyext.py
+++ b/pypy/module/cpyext/test/test_cpyext.py
@@ -250,7 +250,7 @@
                     space.sys.get('modules'),
                     space.wrap(name))
             else:
-                return space.wrap(os.path.dirname(mod))
+                return os.path.dirname(mod)
 
         @unwrap_spec(mod=str, name=str)
         def reimport_module(space, mod, name):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to