Convert old style classes to new
This commit is contained in:
@@ -89,7 +89,7 @@ class CheckUpdateThread(threading.Thread):
|
||||
return tuple(map(int, (v.split("."))))
|
||||
|
||||
|
||||
class Update():
|
||||
class Update(object):
|
||||
instance = None
|
||||
|
||||
def CheckUpdate(self, callback):
|
||||
|
||||
Reference in New Issue
Block a user