summaryrefslogtreecommitdiff
path: root/pkg_resources
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-05 12:59:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-05 12:59:14 -0500
commit26c9acbcbffe09482c16d42a2cf70dafafbabacf (patch)
tree705cf3012f430701f4459a8dde5b85ab2d2ededc /pkg_resources
parent3e33c18af2c26a9b01383647157f4c1da275f67f (diff)
parent3ba436a301a5e020de8c33fbeca016c205511f4a (diff)
downloadpython-setuptools-git-26c9acbcbffe09482c16d42a2cf70dafafbabacf.tar.gz
Merge deprecation warning fix
Diffstat (limited to 'pkg_resources')
-rw-r--r--pkg_resources/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py
index d51f301b..b31ae532 100644
--- a/pkg_resources/__init__.py
+++ b/pkg_resources/__init__.py
@@ -2302,6 +2302,7 @@ class EntryPoint(object):
"`require` parameter is deprecated. Use "
"EntryPoint._load instead.",
DeprecationWarning,
+ stacklevel=2,
)
return self._load()