We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5019c1 + 2bda18a commit b9372baCopy full SHA for b9372ba
easybuild/tools/py2vs3/py3.py
@@ -34,6 +34,7 @@
34
# these are not used here, but imported from here in other places
35
import configparser # noqa
36
import urllib.request as std_urllib # noqa
37
+from collections import OrderedDict # noqa
38
from collections.abc import Mapping # noqa
39
from functools import cmp_to_key
40
from importlib.util import spec_from_file_location, module_from_spec
0 commit comments