wx tweaks

This commit is contained in:
blitzman
2017-02-26 12:27:14 -05:00
parent 915df1c731
commit 0bc0cb7f82
6 changed files with 24 additions and 41 deletions

View File

@@ -41,13 +41,13 @@ class PreferenceView(object):
# noinspection PyUnresolvedReferences
from gui.builtinPreferenceViews import ( # noqa: E402, F401
pyfaGeneralPreferences,
pyfaContextMenuPreferences,
pyfaStatViewPreferences,
pyfaNetworkPreferences,
pyfaHTMLExportPreferences,
pyfaCrestPreferences,
pyfaDatabasePreferences,
pyfaLoggingPreferences,
pyfaEnginePreferences,
pyfaContextMenuPreferences,
pyfaStatViewPreferences,
pyfaUpdatePreferences,
pyfaEnginePreferences,
pyfaDatabasePreferences,
pyfaLoggingPreferences
)