fix patch, missing deluge.common when adding the options
This commit is contained in:
parent
9a54beef78
commit
88039a0eda
@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
import deluge.common
|
||||||
from deluge.ui.ui import _UI, UI
|
from deluge.ui.ui import _UI, UI
|
||||||
from optparse import OptionGroup
|
from optparse import OptionGroup
|
||||||
|
|
||||||
@ -94,7 +95,6 @@ class Web(_UI):
|
|||||||
def start(self):
|
def start(self):
|
||||||
super(Web, self).start()
|
super(Web, self).start()
|
||||||
|
|
||||||
import deluge.common
|
|
||||||
# Steps taken from http://www.faqs.org/faqs/unix-faq/programmer/faq/
|
# Steps taken from http://www.faqs.org/faqs/unix-faq/programmer/faq/
|
||||||
# Section 1.7
|
# Section 1.7
|
||||||
if self.options.fork:
|
if self.options.fork:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user