From d0a9edd18682491808fc4880156725174980c367 Mon Sep 17 00:00:00 2001 From: RobinVanTol <38659478+RobinVanTol@users.noreply.github.com> Date: Sun, 21 Feb 2021 15:37:16 +0100 Subject: [PATCH] Update occ_utils.py --- src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py b/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py index e350bf9ad2..cb8315a62c 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py @@ -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: