Ability to specify PLUGIN_PATH as list

PLUGIN_PATH added to settings table
This commit is contained in:
Lonewolf 2014-03-02 19:21:22 +05:30 committed by Justin Mayer
commit c386e29d0c
3 changed files with 14 additions and 5 deletions

View file

@ -24,7 +24,7 @@ If your plugins are not in an importable path, you can specify a ``PLUGIN_PATH``
in the settings. ``PLUGIN_PATH`` can be an absolute path or a path relative to
the settings file::
PLUGIN_PATH = "plugins"
PLUGIN_PATH = ["list", "of", plugins path"]
PLUGINS = ["list", "of", "plugins"]
Where to find plugins