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 /netlib/http/semantics.py | |
parent | 690b8b4f4e00d60b373b5a1481930f21bbc5054a (diff) | |
download | mitmproxy-476badf45cd085d69b6162cd48983e3cd22cefcc.tar.gz mitmproxy-476badf45cd085d69b6162cd48983e3cd22cefcc.tar.bz2 mitmproxy-476badf45cd085d69b6162cd48983e3cd22cefcc.zip |
cleanup imports
Diffstat (limited to 'netlib/http/semantics.py')
-rw-r--r-- | netlib/http/semantics.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/netlib/http/semantics.py b/netlib/http/semantics.py index 974fe6e6..15add957 100644 --- a/netlib/http/semantics.py +++ b/netlib/http/semantics.py @@ -1,8 +1,4 @@ from __future__ import (absolute_import, print_function, division) -import binascii -import collections -import string -import sys import urllib import urlparse |