summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2013-06-03 17:26:16 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2013-06-03 17:26:16 +0000
commite256ae4839876d63bb494c1eafa311eb5a58478a (patch)
tree59812bc6a8febc7260f3dd9956c7a9b1609181ad
parent676f75fdf714fc1207635b2d10e4e6c921a26d23 (diff)
downloadpython-setuptools-master.tar.gz
Fix missing importHEADmaster
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@89001 6015fed2-1504-0410-9fe1-9d1591cc4771
-rw-r--r--setuptools/ssl_support.py2
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: