diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-09-14 11:46:01 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-09-14 11:46:01 +1200 |
commit | 17868f61a98cb97e6b17ee58e6211e4fa89e62d4 (patch) | |
tree | 090e17a6753e59088457ab5424dd45908dac0a9f /libmproxy/web/__init__.py | |
parent | 81e3a6e8e661b212bf45fb37623556f2793d2184 (diff) | |
download | mitmproxy-17868f61a98cb97e6b17ee58e6211e4fa89e62d4.tar.gz mitmproxy-17868f61a98cb97e6b17ee58e6211e4fa89e62d4.tar.bz2 mitmproxy-17868f61a98cb97e6b17ee58e6211e4fa89e62d4.zip |
Remove external app option, make tick timeout explicit
Diffstat (limited to 'libmproxy/web/__init__.py')
-rw-r--r-- | libmproxy/web/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/web/__init__.py b/libmproxy/web/__init__.py index 0ae155ef..815142bb 100644 --- a/libmproxy/web/__init__.py +++ b/libmproxy/web/__init__.py @@ -1,5 +1,6 @@ import tornado.ioloop +import tornado.httpserver from .. import controller, utils, flow, script, proxy |