From 7c32d4ea2a435484e83aa459831f74ca483d8e3c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 19 Oct 2016 14:48:42 +1300 Subject: flow.state -> addons.state --- examples/flowbasic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/flowbasic') 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() -- cgit v1.2.3