Merge branch 'master' into py3EFFS

This commit is contained in:
Maru Maru
2018-07-11 02:23:01 -04:00
6 changed files with 12 additions and 5 deletions

View File

@@ -51,9 +51,6 @@ class CharacterImportThread(threading.Thread):
self.callback = callback
def run(self):
wx.CallAfter(self.callback)
# todo: Fix character import (don't need CCP SML anymore, only support evemon?)
return
paths = self.paths
sCharacter = Character.getInstance()
all5_character = es_Character("All 5", 5)