diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-03 06:30:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-03 06:45:37 -0500 |
| commit | 79f1694b05a66cc0fbbbf4e72d63d0a340cf6d84 (patch) | |
| tree | 1ea77e346fe3df17b39fe0348af9facd116840ec /pkg_resources/__init__.py | |
| parent | a46a6bfd903ecc292fc3645c37c1b72781528095 (diff) | |
| download | python-setuptools-git-79f1694b05a66cc0fbbbf4e72d63d0a340cf6d84.tar.gz | |
Add obnoxious warning about Python 2 being unsupported on this release with guidance on how to avoid the warning and what to do if that guidance was ineffective.
Diffstat (limited to 'pkg_resources/__init__.py')
| -rw-r--r-- | pkg_resources/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index 2f5aa64a..3fa883ce 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -83,6 +83,7 @@ __import__('pkg_resources.extern.packaging.version') __import__('pkg_resources.extern.packaging.specifiers') __import__('pkg_resources.extern.packaging.requirements') __import__('pkg_resources.extern.packaging.markers') +__import__('pkg_resources.py2_warn') __metaclass__ = type |
