Victor Stinner 1619132e5d Fix the import machinery if there is an error on sys.path or sys.meta_path
find_module() now raises a RuntimeError, instead of ImportError, on an error on
sys.path or sys.meta_path because load_package() and import_submodule() returns
None and clear the exception if a ImportError occurred.
2011-09-15 19:28:05 +02:00
..
2011-06-20 21:40:19 -05:00
2011-05-27 14:17:19 -05:00
2010-12-03 20:14:31 +00:00
2010-12-03 20:14:31 +00:00
2011-04-15 16:50:41 +03:00
2011-05-15 08:49:29 +02:00
2011-06-20 22:09:13 -05:00
2011-03-16 11:35:38 +02:00