Merge pull request #76 from oz-linden/master

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

Thanks!
This commit is contained in:
Johann Dreo 2016-08-18 21:03:42 +02:00 committed by GitHub
commit 4ae9ab7627

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"):