mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
More Python 2 to Python 3 upgrades
This commit is contained in:
@@ -100,7 +100,7 @@ for nm in ifcopenshell_wrapper.schema_names():
|
||||
register_schema_attributes(schema)
|
||||
|
||||
|
||||
class entity_instance(object):
|
||||
class entity_instance:
|
||||
"""Base class for all IFC objects.
|
||||
|
||||
An instantiated entity_instance will have methods of Python and the IFC class itself.
|
||||
|
||||
Reference in New Issue
Block a user