mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
python: Fix ifcopenshell.guid.new()
pyException: <class 'AttributeError'>: module 'ifcopenshell' has no attribute 'guid'
This commit is contained in:
committed by
Thomas Krijnen
parent
b8d98b7512
commit
65ecb92c03
@@ -86,6 +86,7 @@ except Exception:
|
|||||||
raise ImportError("IfcOpenShell not built for '%s'" % python_distribution)
|
raise ImportError("IfcOpenShell not built for '%s'" % python_distribution)
|
||||||
|
|
||||||
from .file import file
|
from .file import file
|
||||||
|
from . import guid
|
||||||
from .entity_instance import entity_instance, register_schema_attributes
|
from .entity_instance import entity_instance, register_schema_attributes
|
||||||
from .sql import sqlite, sqlite_entity
|
from .sql import sqlite, sqlite_entity
|
||||||
|
|
||||||
@@ -94,6 +95,7 @@ from .sql import sqlite, sqlite_entity
|
|||||||
__all__ = [
|
__all__ = [
|
||||||
"ifcopenshell_wrapper",
|
"ifcopenshell_wrapper",
|
||||||
"file",
|
"file",
|
||||||
|
"guid",
|
||||||
"entity_instance",
|
"entity_instance",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
"sqlite_entity",
|
"sqlite_entity",
|
||||||
|
|||||||
Reference in New Issue
Block a user