From 22eebfd574c95bbaf600aa67f14e52a44345e678 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 19 Oct 2016 14:25:11 +1300 Subject: addons.Addons -> addonmanager, builtins -> addons --- examples/proxapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/proxapp.py b/examples/proxapp.py index b4fa8d3d..f95c41e5 100644 --- a/examples/proxapp.py +++ b/examples/proxapp.py @@ -4,7 +4,7 @@ instance, we're using the Flask framework (http://flask.pocoo.org/) to expose a single simplest-possible page. """ from flask import Flask -from mitmproxy.builtins import wsgiapp +from mitmproxy.addons import wsgiapp app = Flask("proxapp") -- cgit v1.2.3