make wrapper import in schema_class optional

This commit is contained in:
Thomas Krijnen
2021-02-14 09:43:10 +01:00
parent 4e897a0c21
commit 6de3e55d19
@@ -25,7 +25,10 @@ import templates
from collections import defaultdict
import ifcopenshell.ifcopenshell_wrapper as w
try:
import ifcopenshell.ifcopenshell_wrapper as w
except:
pass
class LateBoundSchemaInstantiator: