mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix patch, missing deluge.common when adding the options
This commit is contained in:
parent
9a54beef78
commit
88039a0eda
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
import os
|
||||
|
||||
import deluge.common
|
||||
from deluge.ui.ui import _UI, UI
|
||||
from optparse import OptionGroup
|
||||
|
||||
|
@ -94,7 +95,6 @@ class Web(_UI):
|
|||
def start(self):
|
||||
super(Web, self).start()
|
||||
|
||||
import deluge.common
|
||||
# Steps taken from http://www.faqs.org/faqs/unix-faq/programmer/faq/
|
||||
# Section 1.7
|
||||
if self.options.fork:
|
||||
|
|
Loading…
Add table
Reference in a new issue