diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 11:46:54 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 11:46:54 -0400 |
| commit | 9ce1d1b4b6a55f69b4445e86df9f4040af862e0a (patch) | |
| tree | a41b1360aaa86540633bc7cee37562afaaf3e063 /pkg_resources.py | |
| parent | b69b0368a7201f5b21e8d4fd0fb1379db87090c8 (diff) | |
| parent | 132ef1524599896fd97bc1477d86a339bcf51415 (diff) | |
| download | python-setuptools-git-9ce1d1b4b6a55f69b4445e86df9f4040af862e0a.tar.gz | |
Merge with Distribute 0.6.48
--HG--
rename : distribute_setup.py => ez_setup.py
Diffstat (limited to 'pkg_resources.py')
| -rw-r--r-- | pkg_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index b6aee28d..eb351103 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -998,7 +998,7 @@ variable to point to an accessible directory. return target_path @staticmethod - def warn_unsafe_extraction_path(path): + def _warn_unsafe_extraction_path(path): """ If the default extraction path is overridden and set to an insecure location, such as /tmp, it opens up an opportunity for an attacker to |
