mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update occ_utils.py
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user