7 lines
260 B
Python
7 lines
260 B
Python
__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")
|