Changeset 31c5b58 in sasview for src/sas/qtgui/LocalConfig.py


Ignore:
Timestamp:
Nov 25, 2016 6:56:41 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
3968752
Parents:
14d9c7b
Message:

Refactored to allow running with run.py.
Minor fixes to plotting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/LocalConfig.py

    • Property mode changed from 100755 to 100644
    rb27c681 r31c5b58  
    5757_license = "mailto:help@sasview.org" 
    5858 
     59icon_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "images")) 
    5960 
    60 icon_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "images")) 
    61 logging.info("icon path: %s", icon_path) 
     61#logging.info("icon path: %s", icon_path) 
     62 
    6263media_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "media")) 
    6364test_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "test")) 
     
    134135# Time out for updating sasview 
    135136UPDATE_TIMEOUT = 2 
    136  
    137137def printEVT(message): 
    138138    """ 
Note: See TracChangeset for help on using the changeset viewer.