diff options
author | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2013-06-03 17:26:16 +0000 |
---|---|---|
committer | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2013-06-03 17:26:16 +0000 |
commit | e256ae4839876d63bb494c1eafa311eb5a58478a (patch) | |
tree | 59812bc6a8febc7260f3dd9956c7a9b1609181ad /setuptools/ssl_support.py | |
parent | 676f75fdf714fc1207635b2d10e4e6c921a26d23 (diff) | |
download | python-setuptools-master.tar.gz |
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@89001 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'setuptools/ssl_support.py')
-rw-r--r-- | setuptools/ssl_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/ssl_support.py b/setuptools/ssl_support.py index 2e615db..f6485a6 100644 --- a/setuptools/ssl_support.py +++ b/setuptools/ssl_support.py @@ -1,4 +1,4 @@ -import sys, os, socket, urllib2, atexit +import sys, os, socket, urllib2, atexit, re from pkg_resources import ResolutionError, ExtractionError, resource_filename try: |