mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
More Python 2 to Python 3 upgrades
This commit is contained in:
@@ -176,7 +176,7 @@ class Transaction:
|
||||
file_dict = {}
|
||||
|
||||
|
||||
class file(object):
|
||||
class file:
|
||||
"""Base class for containing IFC files.
|
||||
|
||||
Class has instance methods for filtering by element Id, Type, etc.
|
||||
|
||||
Reference in New Issue
Block a user