Revert the revert of the revert.....or something.

This commit is contained in:
Ebag333
2017-02-11 09:47:23 -08:00
parent 096842de44
commit 9ec6a829c2
2 changed files with 1 additions and 4 deletions

View File

@@ -39,9 +39,6 @@ logger = logging.getLogger(__name__)
class ImplantLocation(Enum):
def __init__(self):
Enum.__init__(self)
FIT = 0
CHARACTER = 1

View File

@@ -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