diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-05 21:32:54 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-05 21:32:54 +0100 |
commit | ce41bb9c44edb8fd4035baab6af62810628776d2 (patch) | |
tree | b8179f304812556a0dae2ce92a25c3bc258edbe4 /module/web | |
parent | uploading.com premium (diff) | |
download | pyload-ce41bb9c44edb8fd4035baab6af62810628776d2.tar.xz |
setup fix
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/webinterface.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/web/webinterface.py b/module/web/webinterface.py index be28fb2eb..f6982287d 100644 --- a/module/web/webinterface.py +++ b/module/web/webinterface.py @@ -27,7 +27,6 @@ PROJECT_DIR = abspath(dirname(__file__)) PYLOAD_DIR = abspath(join(PROJECT_DIR, "..", "..")) sys.path.append(PYLOAD_DIR) -sys.path.append(join(PYLOAD_DIR, "module", "lib")) from module import InitHomeDir |