Change the way graphs are imported

This commit is contained in:
DarkPhoenix
2019-05-13 06:46:25 +03:00
parent 0439ace886
commit 51294f6cbc

View File

@@ -1,12 +1,13 @@
__all__ = [
'fitDpsRange',
'fitDpsTime',
'fitDmgTime',
'fitShieldRegenAmount',
'fitShieldAmountTime',
'fitCapRegenAmount',
'fitCapAmountTime',
'fitSpeedTime',
'fitDistanceTime',
'fitWarpTimeDistance'
]
# noinspection PyUnresolvedReferences
from gui.builtinGraphs import ( # noqa: E402,F401
fitDpsRange,
fitDpsTime,
fitDmgTime,
fitShieldRegenAmount,
fitShieldAmountTime,
fitCapRegenAmount,
fitCapAmountTime,
fitSpeedTime,
fitDistanceTime,
fitWarpTimeDistance
)