3879: Allow multiple versions of a plugin
svn: r15299
This commit is contained in:
@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user