diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-07-09 00:01:40 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-07-09 00:01:40 -0400 |
| commit | e1fb17476770620546d0bd244b35591b99ba6ea7 (patch) | |
| tree | 41a99e9f337265ff4b27253a341efc03eb980915 /pkg_resources/extern | |
| parent | 244ff322aec693a437f6a3f7bb6d147811712647 (diff) | |
| download | python-setuptools-git-e1fb17476770620546d0bd244b35591b99ba6ea7.tar.gz | |
Revert 7392f01f for pkg_resources/extern. 3.3 is the right signal there.
Diffstat (limited to 'pkg_resources/extern')
| -rw-r--r-- | pkg_resources/extern/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/extern/__init__.py b/pkg_resources/extern/__init__.py index dfde433d..b4156fec 100644 --- a/pkg_resources/extern/__init__.py +++ b/pkg_resources/extern/__init__.py @@ -48,7 +48,7 @@ class VendorImporter: # on later Python versions to cause relative imports # in the vendor package to resolve the same modules # as those going through this importer. - if sys.version_info.major >= 3: + if sys.version_info > (3, 3): del sys.modules[extant] return mod except ImportError: |
