diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:43:17 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:43:17 +0200 |
commit | bae1d9e46952659b1c84945d595b7fa33c71e768 (patch) | |
tree | 6623981d688d99eec5e1b6befd3e5f827718b0cc /module/setup.py | |
parent | Rename pyload.py to Core.py and move to module directory + Better pyload-cli.py (diff) | |
download | pyload-bae1d9e46952659b1c84945d595b7fa33c71e768.tar.xz |
Move ServerThread and PluginThread to threads directory
Diffstat (limited to 'module/setup.py')
-rw-r--r-- | module/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/setup.py b/module/setup.py index 8f18b2568..719f66f03 100644 --- a/module/setup.py +++ b/module/setup.py @@ -40,7 +40,7 @@ class Setup: # viaweb = self.ask(_("Start initial webinterface for configuration?"), "y", bool=True) # if viaweb: # try: - # from module.webui import ServerThread + # from module.threads import ServerThread # ServerThread.setup = self # import module.webui as webinterface # webinterface.run_simple() |