diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-10-24 17:21:28 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-10-24 17:21:28 +1300 |
commit | 3de68da3adf15f445e40412fdde4b94857640166 (patch) | |
tree | 3b2073a342e78277b81cb64e02a90f82af53745d | |
parent | c6c05098360c32dca82621cc4aaf91064f81e3f3 (diff) | |
download | mitmproxy-3de68da3adf15f445e40412fdde4b94857640166.tar.gz mitmproxy-3de68da3adf15f445e40412fdde4b94857640166.tar.bz2 mitmproxy-3de68da3adf15f445e40412fdde4b94857640166.zip |
Add forgotten import. Oops.
-rw-r--r-- | libpathod/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/utils.py b/libpathod/utils.py index be49daec..d4160a23 100644 --- a/libpathod/utils.py +++ b/libpathod/utils.py @@ -1,4 +1,5 @@ import os +import sys from netlib import tcp SSLVERSIONS = { |