Author: Amaury Forgeot d'Arc <[email protected]>
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__
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to