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