diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-04 10:34:34 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-04 10:34:34 +1200 |
commit | b51aac8a865984b65a84c0da3cb155cb3fbb6875 (patch) | |
tree | fedd15b450419b8581ec985d8a7a2a7736fe9b99 /libmproxy/utils.py | |
parent | 730c78ac53672c4ef2f3d1067aa50e8adeee7f24 (diff) | |
download | mitmproxy-b51aac8a865984b65a84c0da3cb155cb3fbb6875.tar.gz mitmproxy-b51aac8a865984b65a84c0da3cb155cb3fbb6875.tar.bz2 mitmproxy-b51aac8a865984b65a84c0da3cb155cb3fbb6875.zip |
Code cleanliness - appease pychecker.
Diffstat (limited to 'libmproxy/utils.py')
-rw-r--r-- | libmproxy/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/utils.py b/libmproxy/utils.py index c9a8fd29..1c34b2fb 100644 --- a/libmproxy/utils.py +++ b/libmproxy/utils.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. import re, os, subprocess, datetime, urlparse, string -import time, functools, copy, cgi, textwrap +import time, functools, cgi, textwrap import json CERT_SLEEP_TIME = 1 |