diff options
author | 2015-05-10 17:01:05 +0200 | |
---|---|---|
committer | 2015-05-10 17:01:05 +0200 | |
commit | 8606b72470e0e506d9da26f190a2880d47d289a4 (patch) | |
tree | 6225bba54bafb655ca969a1287673807c7c2d131 /pyload/webui/__init__.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-8606b72470e0e506d9da26f190a2880d47d289a4.tar.xz |
Improve and fix file structure a bit
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 3b3d62b26..665be763a 100644 --- a/pyload/webui/__init__.py +++ b/pyload/webui/__init__.py @@ -24,7 +24,7 @@ from middlewares import StripPathMiddleware, GZipMiddleWare, PrefixMiddleware SETUP = None PYLOAD = None -from pyload.manager.thread import Server +from pyload.Thread import Server from pyload.network.JsEngine import JsEngine if not Server.core: |