Changeset 957af0d in sasview for sasview/local_config.py


Ignore:
Timestamp:
Jul 24, 2015 12:36:02 PM (9 years ago)
Author:
Ricardo M. Ferraz Leal <ricleal@…>
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:
199bb42b
Parents:
069aae2
Message:

Proxy class in debug mode to test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/local_config.py

    r9989a6a r957af0d  
    1414__download_page__ = 'https://github.com/SasView/sasview/releases' 
    1515__update_URL__ = 'http://www.sasview.org/latestversion.json' 
    16  
    1716 
    1817# Debug message flag 
     
    130129DEFAULT_PERSPECTIVE = 'None' 
    131130 
     131# Time out for updating sasview 
     132UPDATE_TIMEOUT = 2 
     133 
    132134def printEVT(message): 
    133135    if __EVT_DEBUG__: 
Note: See TracChangeset for help on using the changeset viewer.