fix for Issue #75: add the --themes-dir to the module import path
This commit is contained in:
parent
9bf6de388f
commit
17420be917
1 changed files with 1 additions and 0 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue