Ensure framework plugins are loaded just like non-framework plugins.

This commit is contained in:
Mike Auty
2017-07-01 22:22:43 +01:00
parent 8625343792
commit 2efbd3dd68
+2 -1
View File
@@ -6,7 +6,8 @@ import os.path
import sys
PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))]
PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins")),
os.path.abspath(os.path.join(os.path.dirname(__file__), "plugins"))]
BANG = "!"
PACKAGE_VERSION = "3.0.0_alpha1"
DISABLE_MULTITHREADED_SCANNING = False