commit | 328cb1fed0c91f50f311cdc545fe0e9303d0dae7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 12 18:46:10 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 12 18:46:10 2016 +0200 |
tree | 4ad4190291a6e67b520659e0aa1c6136a2b2ab68 | |
parent | a07614aa3156810a88404ad49b18ba7be9866f11 [diff] |
Update pygettext.py to get ride of imp Issue #26639: Replace imp with importlib in Tools/i18n/pygettext.py. Remove _get_modpkg_path(), replaced with importlib.util.find_spec().