aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-02 08:30:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-02 08:30:19 -0400
commit26b5eb8f4f1968a22e1fdfebf52ba7c6e58b8317 (patch)
tree96778cbd2265088e785017fed338069b04e33c95 /pkg_resources.py
parentb99749aa06cc7c235cb456a81ad50187d701fc4c (diff)
parenta388b6922478b5d5048d1f7f1685da2ca16050c7 (diff)
downloadexternal_python_setuptools-26b5eb8f4f1968a22e1fdfebf52ba7c6e58b8317.tar.gz
external_python_setuptools-26b5eb8f4f1968a22e1fdfebf52ba7c6e58b8317.tar.bz2
external_python_setuptools-26b5eb8f4f1968a22e1fdfebf52ba7c6e58b8317.zip
Merge with Distribute 0.6.47
--HG-- rename : distribute_setup.py => ez_setup.py
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index b4114946..b6aee28d 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -987,7 +987,7 @@ variable to point to an accessible directory.
extract, as it tracks the generated names for possible cleanup later.
"""
extract_path = self.extraction_path or get_default_cache()
- self._warn_unsafe_extraction(extract_path)
+ self._warn_unsafe_extraction_path(extract_path)
target_path = os.path.join(extract_path, archive_name+'-tmp', *names)
try:
_bypass_ensure_directory(target_path)