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