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:
@@ -122,7 +122,7 @@ class geometry_creation_thread(QtCore.QThread):
|
||||
self.signals.completed.emit((it, self.f, list(_())))
|
||||
|
||||
|
||||
class configuration(object):
|
||||
class configuration:
|
||||
def __init__(self):
|
||||
try:
|
||||
import ConfigParser
|
||||
|
||||
Reference in New Issue
Block a user