Merge branch 'EosImportCleanup' of https://github.com/Ebag333/Pyfa into development

Conflicts:
	eos/db/gamedata/metaData.py
	eos/db/gamedata/queries.py
	eos/db/saveddata/queries.py
	eos/saveddata/fleet.py
	eos/types.py
	eve.db
	gui/builtinContextMenus/amount.py
	gui/builtinViewColumns/ammo.py
	gui/builtinViewColumns/ammoIcon.py
	gui/builtinViewColumns/capacitorUse.py
	service/port.py
This commit is contained in:
blitzman
2017-02-07 19:22:26 -05:00
66 changed files with 137 additions and 126 deletions

View File

@@ -1,5 +1,5 @@
# Not used by any item
from eos.types import State
from eos.saveddata.module import State
type = "active", "projected"

View File

@@ -2,7 +2,7 @@
#
# Used by:
# Modules from group: Energy Neutralizer (51 of 51)
from eos.types import State
from eos.saveddata.module import State
type = "active", "projected"

View File

@@ -2,7 +2,7 @@
#
# Used by:
# Drones from group: Energy Neutralizer Drone (3 of 3)
from eos.types import State
from eos.saveddata.module import State
type = "active", "projected"

View File

@@ -1,5 +1,5 @@
# Not used by any item
from eos.types import State
from eos.saveddata.module import State
type = "active", "projected"

View File

@@ -1,5 +1,5 @@
# Not used by any item
from eos.types import State
from eos.saveddata.module import State
# Not used by any item
runTime = "early"

View File

@@ -3,7 +3,7 @@
# Used by:
# Modules named like: Warp Scrambler (26 of 26)
from eos.types import State
from eos.saveddata.module import State
runTime = "early"
type = "projected", "active"