More Python 2 to Python 3 upgrades

This commit is contained in:
Dion Moult
2024-05-07 16:03:07 +10:00
parent 26434f0331
commit 0a3dddef2f
5 changed files with 5 additions and 5 deletions
@@ -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.