Changes in src/sas/qtgui/Utilities/LocalConfig.py [e4335ae:a0ed202] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/LocalConfig.py
re4335ae ra0ed202 136 136 USING_TWISTED = True 137 137 138 # Logging levels to disable, if any 139 DISABLE_LOGGING = logging.DEBUG 140 138 141 # Time out for updating sasview 139 142 UPDATE_TIMEOUT = 2 140 143 141 144 # Logging levels to disable, if any 142 DISABLE_LOGGING = logging. NOTSET145 DISABLE_LOGGING = logging.DEBUG 143 146 144 147 def printEVT(message):
Note: See TracChangeset
for help on using the changeset viewer.