X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=mudpy%2Fversion.py;h=d99617e590aa218e640583d312429ec846205cf6;hb=a75fa6326ef030ad1dbbe25171c75180f93e657c;hp=afe66ebfb08b7bd86c86b1d1195c6061e57c931b;hpb=ab11a24aee5d7917c91dd09fe0864851633211cf;p=mudpy.git diff --git a/mudpy/version.py b/mudpy/version.py index afe66eb..d99617e 100644 --- a/mudpy/version.py +++ b/mudpy/version.py @@ -8,9 +8,6 @@ import json import sys -# TODO(fungi) Clean up once Python 3.6 is the oldest interpreter supported -if not hasattr(__builtins__, 'ModuleNotFoundError'): - ModuleNotFoundError = ImportError # TODO(fungi) Clean up once Python 3.8 is the oldest interpreter supported try: import importlib.metadata