diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-05-14 02:22:35 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-05-14 02:22:35 -0400 |
| commit | 3c1c40158da1e2af9aced53056ad4c3aaafc0913 (patch) | |
| tree | 3a2029e068d6f10e65fdad99167e4a406946d1fa /python/downloadprovider.py | |
| parent | 5926698ea5013fab44d95d8a0f046888398565de (diff) | |
remove more vestigal py2 code
Diffstat (limited to 'python/downloadprovider.py')
| -rw-r--r-- | python/downloadprovider.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/downloadprovider.py b/python/downloadprovider.py index ed61136c..9223f2a5 100644 --- a/python/downloadprovider.py +++ b/python/downloadprovider.py @@ -438,7 +438,7 @@ try: except ImportError: pass -if not _loaded and (sys.platform != "win32") and (sys.version_info >= (2, 7, 9)): +if not _loaded and (sys.platform != "win32"): try: try: from urllib.request import urlopen, build_opener, install_opener, ProxyHandler, Request |
