diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:06:51 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:06:51 -0400 |
| commit | d7640129c2464206fe1431411c8603e7994ca55c (patch) | |
| tree | e4e92680d719026f6019331e126ae4830102fca2 /pkg_resources.py | |
| parent | 50b0b7602fcda151cbf4ddfdade6abef96c9dd3f (diff) | |
| parent | 83c974c56ebc4689171913da1a6af3249b56ec6d (diff) | |
| download | python-setuptools-git-d7640129c2464206fe1431411c8603e7994ca55c.tar.gz | |
Merge
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 c3abc1d7..ec1ba1fb 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -1029,7 +1029,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 |
