diff options
Diffstat (limited to 'pyload/webui/__init__.py')
-rw-r--r-- | pyload/webui/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/__init__.py b/pyload/webui/__init__.py index 925ab9cb6..0d2f1ca36 100644 --- a/pyload/webui/__init__.py +++ b/pyload/webui/__init__.py @@ -8,7 +8,7 @@ import os from os.path import join, abspath, dirname, exists from os import makedirs -THEME_DIR = abspath(join(dirname(__file__), "themes")) +THEME_DIR = abspath(join(dirname(__file__), "themes")) PYLOAD_DIR = abspath(join(THEME_DIR, "..", "..", "..")) sys.path.append(PYLOAD_DIR) |