aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/src/tui/controllers/tor.py
diff options
context:
space:
mode:
authorArturo FilastoĢ€ <hellais@torproject.org>2011-08-19 15:20:57 +0200
committerArturo FilastoĢ€ <hellais@torproject.org>2011-08-19 15:20:57 +0200
commite4d842cd5c1b66e43687f269adae4e4a4dcbaad7 (patch)
tree9b027e6e54313c3a0159f45b78deac9c4b5f5c50 /packages/torouter-web/src/tui/controllers/tor.py
parent406ad86833f44167cf3719d7d052bdca0c0da0d7 (diff)
downloadtorouter-e4d842cd5c1b66e43687f269adae4e4a4dcbaad7.tar.gz
torouter-e4d842cd5c1b66e43687f269adae4e4a4dcbaad7.zip
Fix setup.py installation script
Diffstat (limited to 'packages/torouter-web/src/tui/controllers/tor.py')
-rw-r--r--packages/torouter-web/src/tui/controllers/tor.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/torouter-web/src/tui/controllers/tor.py b/packages/torouter-web/src/tui/controllers/tor.py
index eaa587d..bc66623 100644
--- a/packages/torouter-web/src/tui/controllers/tor.py
+++ b/packages/torouter-web/src/tui/controllers/tor.py
@@ -1,6 +1,7 @@
import web
-import view, config
-from view import render
+from tui import config
+from tui import view
+from tui.view import render
from tui.utils import session, parsing, fileio
"""