84
86
"""Set the path for plugins to be loaded from."""
85
87
path = os.environ.get('BZR_PLUGIN_PATH',
86
88
get_default_plugin_path()).split(os.pathsep)
87
92
# search the plugin path before the bzrlib installed dir
88
93
path.append(os.path.dirname(plugins.__file__))