Skip to content

Commit b9372ba

Browse files
authored
Merge pull request #4965 from Flamefire/ordereddict
Readd OrderedDict import
2 parents c5019c1 + 2bda18a commit b9372ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/tools/py2vs3/py3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# these are not used here, but imported from here in other places
3535
import configparser # noqa
3636
import urllib.request as std_urllib # noqa
37+
from collections import OrderedDict # noqa
3738
from collections.abc import Mapping # noqa
3839
from functools import cmp_to_key
3940
from importlib.util import spec_from_file_location, module_from_spec

0 commit comments

Comments
 (0)