From bca8ceaa7de08fa4395ca243eb96a65888d74ef8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 11 Oct 2011 22:01:55 +0200 Subject: restart / quit buttons in webif --- module/PluginThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginThread.py') 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""" -- cgit v1.2.3