diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 11:40:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 11:40:25 -0400 |
| commit | 4408342ba0c047ceb9338833ed685403800ce681 (patch) | |
| tree | 3a0476cdd5787a4681972e6d55d8187d51038794 /pkg_resources.py | |
| parent | a388b6922478b5d5048d1f7f1685da2ca16050c7 (diff) | |
| parent | 96af0a8db149cc8c45c24c1a9066a71ab1935248 (diff) | |
| download | python-setuptools-git-4408342ba0c047ceb9338833ed685403800ce681.tar.gz | |
Merge fix for AttributeError
--HG--
branch : distribute
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 52543a5f..f0965a89 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -1000,7 +1000,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 |
