Athanasius
dda5a86f3d
Move Status.json flags into data.py
...
These aren't used by any core code, but at least one plugin uses one.
2021-04-12 08:31:46 +01:00
Athanasius
a47143a6a5
Move all static data from outfitting.py into data.py
2021-04-12 08:31:46 +01:00
Athanasius
b961ca814a
Move edshipyard.py slot_map into data.py
2021-04-12 08:31:46 +01:00
Athanasius
02d1a8cf45
Move coriolis.py coriolis_ship_map into data.py
2021-04-12 08:31:46 +01:00
Athanasius
5db62e48a3
Move companion.py category_map into data.py
2021-04-12 08:31:46 +01:00
Athanasius
5d289454a9
Move commodity.py bracketmap into data.py
2021-04-12 08:31:46 +01:00
Athanasius
ee9565564b
Add new data.py file to hold all static data.
...
The aim here is to avoid static data in modules that contain code. Why?
So that we can avoid some potential import loops when the 'inner' module
only wants static data but is already imported by the 'outer' module for
code purposes.
2021-04-12 08:31:46 +01:00