mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +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)
|
||||
|
||||
from .file import file
|
||||
from . import guid
|
||||
from .entity_instance import entity_instance, register_schema_attributes
|
||||
from .sql import sqlite, sqlite_entity
|
||||
|
||||
@@ -94,6 +95,7 @@ from .sql import sqlite, sqlite_entity
|
||||
__all__ = [
|
||||
"ifcopenshell_wrapper",
|
||||
"file",
|
||||
"guid",
|
||||
"entity_instance",
|
||||
"sqlite",
|
||||
"sqlite_entity",
|
||||
|
||||
Reference in New Issue
Block a user