8 lines
283 B
Python
8 lines
283 B
Python
import wx
|
|
|
|
__all__ = ["pyfaGeneralPreferences", "pyfaHTMLExportPreferences", "pyfaUpdatePreferences",
|
|
"pyfaNetworkPreferences"] # noqa
|
|
|
|
if 'wxMac' not in wx.PlatformInfo or ('wxMac' in wx.PlatformInfo and wx.VERSION >= (3, 0)):
|
|
__all__.append("pyfaCrestPreferences")
|