diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-11 22:01:55 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-11 22:01:55 +0200 |
commit | bca8ceaa7de08fa4395ca243eb96a65888d74ef8 (patch) | |
tree | 3842d89a2d222cf9301ce8086242abced5b8ff29 /module/PluginThread.py | |
parent | closed #402 (diff) | |
download | pyload-bca8ceaa7de08fa4395ca243eb96a65888d74ef8.tar.xz |
restart / quit buttons in webif
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 967762999..8d1516bde 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -34,7 +34,7 @@ from PyFile import PyFile from plugins.Plugin import Abort, Fail, Reconnect, Retry, SkipDownload from common.packagetools import parseNames from utils import save_join -from remote.thriftbackend.thriftgen.pyload.ttypes import OnlineStatus +from Api import OnlineStatus class PluginThread(Thread): """abstract base class for thread types""" |