Changeset 631be82 in sasview for guiframe/__init__.py
- Timestamp:
- Mar 25, 2011 1:26:04 PM (14 years ago)
- 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:
- 9a608ed
- Parents:
- 8e4355e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/__init__.py
rba924ed r631be82 23 23 media_path = os.path.join(path, media) 24 24 if os.path.isdir(media_path): 25 module_media_path = os.path.join(media_path, 'i mages')25 module_media_path = os.path.join(media_path, 'icons') 26 26 if os.path.isdir(module_media_path): 27 27 return module_media_path … … 41 41 path = get_data_path(media="images") 42 42 for f in findall(path): 43 data_files.append(('i cons', [f]))43 data_files.append(('images/icons', [f])) 44 44 return data_files
Note: See TracChangeset
for help on using the changeset viewer.