aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/tools/web/master.py3
-rw-r--r--mitmproxy/tools/web/static_viewer.py (renamed from mitmproxy/addons/static_viewer.py)0
2 files changed, 1 insertions, 2 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py
index c391a1cd..3967bafe 100644
--- a/mitmproxy/tools/web/master.py
+++ b/mitmproxy/tools/web/master.py
@@ -12,9 +12,8 @@ from mitmproxy.addons import readfile
from mitmproxy.addons import termlog
from mitmproxy.addons import view
from mitmproxy.addons import termstatus
-from mitmproxy.addons import static_viewer
from mitmproxy.options import Options # noqa
-from mitmproxy.tools.web import app, webaddons
+from mitmproxy.tools.web import app, webaddons, static_viewer
class WebMaster(master.Master):
diff --git a/mitmproxy/addons/static_viewer.py b/mitmproxy/tools/web/static_viewer.py
index a4629230..a4629230 100644
--- a/mitmproxy/addons/static_viewer.py
+++ b/mitmproxy/tools/web/static_viewer.py