Old mac client shouldn't even know about CREST / override. Disable all instances of them for this build.

This commit is contained in:
blitzmann
2015-11-03 21:25:52 -05:00
parent 1d295c04e3
commit bf0b89f3b5
5 changed files with 48 additions and 32 deletions

View File

@@ -1 +1,6 @@
__all__ = ["pyfaGeneralPreferences","pyfaHTMLExportPreferences","pyfaUpdatePreferences","pyfaNetworkPreferences","pyfaCrestPreferences"]
__all__ = ["pyfaGeneralPreferences","pyfaHTMLExportPreferences","pyfaUpdatePreferences","pyfaNetworkPreferences"]
import wx
if not 'wxMac' in wx.PlatformInfo or ('wxMac' in wx.PlatformInfo and wx.VERSION >= (3,0)):
__all__.append("pyfaCrestPreferences")