diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-10 20:36:47 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-10 20:36:47 +0200 |
commit | 476badf45cd085d69b6162cd48983e3cd22cefcc (patch) | |
tree | 0c7a52c4ae0d27b52bce0f93a8e244ed06dd91a1 /test/test_utils.py | |
parent | 690b8b4f4e00d60b373b5a1481930f21bbc5054a (diff) | |
download | mitmproxy-476badf45cd085d69b6162cd48983e3cd22cefcc.tar.gz mitmproxy-476badf45cd085d69b6162cd48983e3cd22cefcc.tar.bz2 mitmproxy-476badf45cd085d69b6162cd48983e3cd22cefcc.zip |
cleanup imports
Diffstat (limited to 'test/test_utils.py')
-rw-r--r-- | test/test_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index aafa1571..27fc5cc5 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,4 +1,3 @@ -import urlparse from netlib import utils, odict, tutils |