Commit 1e636d05 authored by Jason R. Coombs's avatar Jason R. Coombs

Merge with setuptools-0.6

parents b09c79d8 d58f9a5f
......@@ -237,7 +237,7 @@ def find_ca_bundle():
if os.path.isfile(cert_path):
return cert_path
try:
return pkg_resources.resource_filename('certifi', 'cacert.pem')
return resource_filename('certifi', 'cacert.pem')
except (ImportError, ResolutionError, ExtractionError):
return None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment