3879: Allow multiple versions of a plugin

svn: r15299
This commit is contained in:
Doug Blank
2010-05-01 21:30:15 +00:00
parent 39f4ac256f
commit 12918718f9
3 changed files with 57 additions and 12 deletions

View File

@ -287,7 +287,7 @@ class CLIManager(object):
Register the plugins at initialization time.
"""
self._pmgr.reg_plugins(const.PLUGINS_DIR)
self._pmgr.reg_plugins(const.USER_PLUGINS)
self._pmgr.reg_plugins(const.USER_PLUGINS, append=False)
def startcli(errors, argparser):
"""