Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/local_config.py

    r5846bb5 r957af0d  
    1313__build__ = sas.sasview.__build__ 
    1414__download_page__ = 'https://github.com/SasView/sasview/releases' 
    15 __update_URL__ = ['raw.githubusercontent.com', 
    16                   '/SasView/sasview/master/sasview.latestversion'] 
    17  
     15__update_URL__ = 'http://www.sasview.org/latestversion.json' 
    1816 
    1917# Debug message flag 
     
    131129DEFAULT_PERSPECTIVE = 'None' 
    132130 
     131# Time out for updating sasview 
     132UPDATE_TIMEOUT = 2 
     133 
    133134def printEVT(message): 
    134135    if __EVT_DEBUG__: 
Note: See TracChangeset for help on using the changeset viewer.