pyCharm inspection fixes. Mostly variable refernce issues
This commit is contained in:
@@ -40,7 +40,8 @@ class DummyEntry:
|
||||
|
||||
|
||||
class CommandViewDrop(wx.PyDropTarget):
|
||||
def __init__(self, dropFn):
|
||||
def __init__(self, dropFn, *args, **kwargs):
|
||||
super(CommandViewDrop, self).__init__(*args, **kwargs)
|
||||
wx.PyDropTarget.__init__(self)
|
||||
self.dropFn = dropFn
|
||||
# this is really transferring an EVE itemID
|
||||
|
||||
Reference in New Issue
Block a user