Changeset 6f3fea2 in sasview
- Timestamp:
- Oct 19, 2015 8:25:54 PM (9 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 2d88fc4
- Parents:
- 600bea1
- Location:
- sasview
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasview/sasview.py
r78f75d02 r6f3fea2 69 69 70 70 import wx 71 71 72 try: 72 73 logging.info("Wx version: %s" % wx.__version__) 73 74 except: 74 75 logging.error("Wx version: error reading version") 76 77 #from . import wxcruft 78 #wxcruft.call_later_fix() 79 #wxcruft.trace_new_id() 75 80 76 81 # The below will make sure that sasview application uses the matplotlib font
Note: See TracChangeset
for help on using the changeset viewer.