Always use ModuleNotFoundError
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 1 Nov 2020 16:46:44 +0000 (16:46 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 1 Nov 2020 16:46:44 +0000 (16:46 +0000)
Now that we no longer support Python 3.5, we can assume
ModuleNotFoundError is always available and drop our
backward-compatible workaround for it in version.py.


No differences found