Disable CREST settings in preferences

This commit is contained in:
Ryan Holmes
2018-03-15 23:07:34 -04:00
parent 79deca41c1
commit 2c3957b2db
2 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,5 @@ __all__ = [
"pyfaDatabasePreferences", "pyfaDatabasePreferences",
"pyfaLoggingPreferences", "pyfaLoggingPreferences",
"pyfaEnginePreferences", "pyfaEnginePreferences",
"pyfaStatViewPreferences", "pyfaStatViewPreferences"]
"pyfaCrestPreferences"
]

View File

@@ -43,7 +43,7 @@ from gui.builtinPreferenceViews import ( # noqa: E402, F401
pyfaGeneralPreferences, pyfaGeneralPreferences,
pyfaNetworkPreferences, pyfaNetworkPreferences,
pyfaHTMLExportPreferences, pyfaHTMLExportPreferences,
pyfaCrestPreferences, # pyfaCrestPreferences,
pyfaContextMenuPreferences, pyfaContextMenuPreferences,
pyfaStatViewPreferences, pyfaStatViewPreferences,
pyfaUpdatePreferences, pyfaUpdatePreferences,