From f82c67f36cfa69c44f8a851dafceadba0909c49d Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 20 Apr 2009 20:40:44 +0000 Subject: [PATCH] fix importing the ui start method --- deluge/ui/web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/__init__.py b/deluge/ui/web/__init__.py index abf95b2e3..28f53f2f2 100644 --- a/deluge/ui/web/__init__.py +++ b/deluge/ui/web/__init__.py @@ -1 +1 @@ -from webui import start \ No newline at end of file +from web import start \ No newline at end of file