forked from metin-server/m2dev-client
py2 -> py3
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user