Changeset c3eb858 in sasview for src/sas/qtgui/Utilities/LocalConfig.py
- Timestamp:
- Feb 28, 2018 4:04:16 AM (6 years ago)
- Branches:
- 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
- Children:
- fde5bcd
- Parents:
- 135f544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/LocalConfig.py
r235d766 rc3eb858 4 4 import time 5 5 import os 6 import logging 6 7 7 8 #from sas.sasgui.guiframe.gui_style import GUIFRAME … … 135 136 USING_TWISTED = False 136 137 138 # Logging levels to disable, if any 139 DISABLE_LOGGING = logging.DEBUG 140 137 141 # Time out for updating sasview 138 142 UPDATE_TIMEOUT = 2
Note: See TracChangeset
for help on using the changeset viewer.