[pypy-commit] pypy py3k: fix for appdirect testing

pjenvey noreply at buildbot.pypy.org
Sun Mar 10 20:41:12 CET 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r62279:a88c319e44e5
Date: 2013-03-10 12:40 -0700
http://bitbucket.org/pypy/pypy/changeset/a88c319e44e5/

Log:	fix for appdirect testing

diff --git a/pypy/module/zipimport/test/test_zipimport.py b/pypy/module/zipimport/test/test_zipimport.py
--- a/pypy/module/zipimport/test/test_zipimport.py
+++ b/pypy/module/zipimport/test/test_zipimport.py
@@ -46,8 +46,7 @@
 def get_name():
     return __name__
 def get_file():
-    return __file__
-        """
+    return __file__"""
         space = cls.space
         w = space.wrap
         w_co = space.call_method(space.builtin, 'compile',


More information about the pypy-commit mailing list