fix for Issue #75: add the --themes-dir to the module import path

This commit is contained in:
Scott Lawrence 2015-04-02 10:34:51 -04:00
commit 17420be917

View file

@ -215,6 +215,7 @@ def load_themes( themes_dir):
global context
logging.debug("search for themes in: %s" % themes_dir)
os.chdir( themes_dir )
sys.path.append( themes_dir )
# load available themes
for f in glob.iglob("colout_*.py"):