mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
make wrapper import in schema_class optional
This commit is contained in:
@@ -25,7 +25,10 @@ import templates
|
|||||||
|
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
import ifcopenshell.ifcopenshell_wrapper as w
|
try:
|
||||||
|
import ifcopenshell.ifcopenshell_wrapper as w
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class LateBoundSchemaInstantiator:
|
class LateBoundSchemaInstantiator:
|
||||||
|
|||||||
Reference in New Issue
Block a user