Changes in src/sas/sasgui/guiframe/config.py [64ca561:1779e72] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/config.py
r64ca561 r1779e72 7 7 import sas.sasview 8 8 import logging 9 10 11 logger = logging.getLogger(__name__)12 9 13 10 # Version of the application … … 60 57 61 58 icon_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "images")) 62 logg er.info("icon path: %s" % icon_path)59 logging.info("icon path: %s" % icon_path) 63 60 media_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "media")) 64 61 test_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "test"))
Note: See TracChangeset
for help on using the changeset viewer.