aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-19 14:48:42 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-19 14:48:42 +1300
commit7c32d4ea2a435484e83aa459831f74ca483d8e3c (patch)
treee92c9ac66a83fed5cf964691e5b0e81b90fc1eea /examples
parent22eebfd574c95bbaf600aa67f14e52a44345e678 (diff)
downloadmitmproxy-7c32d4ea2a435484e83aa459831f74ca483d8e3c.tar.gz
mitmproxy-7c32d4ea2a435484e83aa459831f74ca483d8e3c.tar.bz2
mitmproxy-7c32d4ea2a435484e83aa459831f74ca483d8e3c.zip
flow.state -> addons.state
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/flowbasic2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/flowbasic b/examples/flowbasic
index 0eb163a4..bac98916 100755
--- a/examples/flowbasic
+++ b/examples/flowbasic
@@ -37,7 +37,7 @@ class MyMaster(master.Master):
opts = options.Options(cadir="~/.mitmproxy/")
config = ProxyConfig(opts)
-state = flow.State()
+state = state.State()
server = ProxyServer(config)
m = MyMaster(opts, server, state)
m.run()