From 24cf8da27eb56a65bf3e4ceb78bbeacdb1864597 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 19 Oct 2016 15:25:39 +1300 Subject: Move all tools into mitmproxy.tools, move models/* to top level The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy. --- examples/flowwriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/flowwriter.py') diff --git a/examples/flowwriter.py b/examples/flowwriter.py index afce85aa..a9768542 100644 --- a/examples/flowwriter.py +++ b/examples/flowwriter.py @@ -1,6 +1,6 @@ import random import sys -from mimtproxy import io +from mitmproxy import io class Writer: -- cgit v1.2.3