[pypy-commit] pypy py3.3: oops

amauryfa noreply at buildbot.pypy.org
Sat Apr 12 11:57:32 CEST 2014


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: py3.3
Changeset: r70601:fa32db9e5db8
Date: 2014-04-12 11:37 +0200
http://bitbucket.org/pypy/pypy/changeset/fa32db9e5db8/

Log:	oops

diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -653,7 +653,7 @@
                     try:
                         importer = hook(filename)
                     except ImportError:
-                        pass
+                        continue
                     # It's the name of a directory or a zip file.
                     # put the filename in sys.path[0] and import
                     # the module __main__


More information about the pypy-commit mailing list