Revert the revert of the revert.....or something.
This commit is contained in:
@@ -39,9 +39,6 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ImplantLocation(Enum):
|
||||
def __init__(self):
|
||||
Enum.__init__(self)
|
||||
|
||||
FIT = 0
|
||||
CHARACTER = 1
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ class MainFrame(wx.Frame):
|
||||
|
||||
@classmethod
|
||||
def getInstance(cls):
|
||||
return cls.__instance if cls.__instance is not None else MainFrame("")
|
||||
return cls.__instance if cls.__instance is not None else MainFrame()
|
||||
|
||||
def __init__(self, title="pyfa"):
|
||||
self.title = title
|
||||
|
||||
Reference in New Issue
Block a user