Update occ_utils.py

This commit is contained in:
RobinVanTol
2021-02-21 15:37:16 +01:00
committed by Thomas Krijnen
parent 425379aaad
commit d0a9edd186
@@ -29,7 +29,7 @@ from collections import namedtuple
try: # python 3.3+
from collections.abc import Iterable
except ModuleNotFoundError: # python 2
except ImportError: # python 2
from collections import Iterable
try: