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)
commit6f30c3687aa92729c549132b47825f1f9fedd6bd
tree7e1ed3bce727430e8748ecd9c74face51b23f2bd
parent78dd83259f45e4a55bf0acb33499610308660f7b
Always use ModuleNotFoundError

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.
mudpy/version.py