pep8
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
# Ship: Leshak
|
||||
# Ship: Vedmak
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "capacitorNeed", src.getModifiedItemAttr("shipBonusRole2"))
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "capacitorNeed",
|
||||
src.getModifiedItemAttr("shipBonusRole2"))
|
||||
|
||||
@@ -38,7 +38,6 @@ class WhProjector(ContextMenu):
|
||||
|
||||
def getSubMenu(self, context, selection, rootMenu, i, pitem):
|
||||
msw = True if "wxMSW" in wx.PlatformInfo else False
|
||||
sMkt = Market.getInstance()
|
||||
|
||||
# Wormholes
|
||||
|
||||
|
||||
@@ -799,5 +799,3 @@ class Market(object):
|
||||
"""Filter items by meta lvl"""
|
||||
filtered = set([item for item in items if self.getMetaGroupIdByItem(item) in metas])
|
||||
return filtered
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user