-
Committer:
Vincent Ladeuil
-
Date:
2010-06-09 14:14:29 UTC
-
mto:
(5286.1.1 integration)
-
mto:
This revision was merged to the branch mainline in
revision
5288.
-
Revision ID:
v.ladeuil+lp@free.fr-20100609141429-cjkvnhafmddnwxvw
BZR_PLUGINS_AT should use packages properly to handle relative imports.
* bzrlib/tests/test_plugins.py:
(TestPluginMixin._unregister_plugin_submodule): Be more robust on
errors.
* bzrlib/plugin.py:
(_PluginImporter.load_module): Packages should be loaded
differently, trying to load the __init__.py file explicitly
doesn't work.