py2 -> py3

This commit is contained in:
d1str4ught
2026-02-08 23:40:50 +01:00
parent 98d2c1afb9
commit 36602f7ad9
61 changed files with 618 additions and 609 deletions

View File

@@ -27,7 +27,7 @@ class OptionDialog(ui.ScriptWindow):
def __del__(self):
ui.ScriptWindow.__del__(self)
print " -------------------------------------- DELETE SYSTEM OPTION DIALOG"
print(" -------------------------------------- DELETE SYSTEM OPTION DIALOG")
def __Initialize(self):
self.tilingMode = 0
@@ -47,7 +47,7 @@ class OptionDialog(ui.ScriptWindow):
self.ClearDictionary()
self.__Initialize()
print " -------------------------------------- DESTROY SYSTEM OPTION DIALOG"
print(" -------------------------------------- DESTROY SYSTEM OPTION DIALOG")
def __Load_LoadScript(self, fileName):
try: