[themes] Move theme folder out of Python folder

fixes #16
This commit is contained in:
Tobi-wan Kenobi 2016-11-25 17:57:41 +01:00
parent 8d53b2bedd
commit f6db8b0a85
6 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import yaml
import glob
def getpath():
return os.path.dirname("{}/themes/".format(os.path.dirname(os.path.realpath(__file__))))
return os.path.dirname("{}/../themes/".format(os.path.dirname(os.path.realpath(__file__))))
def themes():
d = getpath()