Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/config.py

    r64ca561 r1779e72  
    77import sas.sasview 
    88import logging 
    9  
    10  
    11 logger = logging.getLogger(__name__) 
    129 
    1310# Version of the application 
     
    6057 
    6158icon_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "images")) 
    62 logger.info("icon path: %s" % icon_path) 
     59logging.info("icon path: %s" % icon_path) 
    6360media_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "media")) 
    6461test_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "test")) 
Note: See TracChangeset for help on using the changeset viewer.