mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:39:58 +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+
|
try: # python 3.3+
|
||||||
from collections.abc import Iterable
|
from collections.abc import Iterable
|
||||||
except ModuleNotFoundError: # python 2
|
except ImportError: # python 2
|
||||||
from collections import Iterable
|
from collections import Iterable
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user