parent
8d53b2bedd
commit
f6db8b0a85
6 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue