Module: deluge Branch: master Commit: 88039a0edad71efc9549294a75ab41ded62e9e1a
Author: Damien Churchill <[email protected]> Date: Fri Feb 4 19:57:31 2011 +0000 fix patch, missing deluge.common when adding the options --- deluge/ui/web/web.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/web.py b/deluge/ui/web/web.py index 23cabcd..2544682 100644 --- a/deluge/ui/web/web.py +++ b/deluge/ui/web/web.py @@ -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: -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
