Ensure that other constant modules are imported.

This commit is contained in:
Mike Auty
2017-08-16 14:28:43 +01:00
parent 91fdc2166e
commit efc2d75a86
@@ -6,6 +6,8 @@ import os.path
import sys
__all__ = ["linux", "windows"]
PLUGINS_PATH = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "plugins")),
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))]
SYMBOL_BASEPATHS = [os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "symbols")),