Finish migrate from #868. Lots of tox/formatting/inspection fixes to the files touched.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
import wx
|
||||
|
||||
from service.fit import Fit
|
||||
from service.settings import Settings
|
||||
from service.settings import StatViewSettings
|
||||
import gui.mainFrame
|
||||
import gui.builtinStatsViews
|
||||
import gui.globalEvents as GE
|
||||
@@ -50,7 +50,7 @@ class StatsPane(wx.Panel):
|
||||
|
||||
DEFAULT_VIEWS = []
|
||||
|
||||
settings = Settings.statViewSettings.getInstance()
|
||||
settings = StatViewSettings.getInstance()
|
||||
|
||||
for aView in AVAILIBLE_VIEWS:
|
||||
if settings.get(aView) == 2:
|
||||
|
||||
Reference in New Issue
Block a user