Changes between Initial Version and Version 1 of Ticket #641
- Timestamp:
- Feb 14, 2013, 9:19:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #641 – Description
initial v1 16 16 }}} 17 17 18 That above example would first try assets from the theme, then someplugin, then __main__. It would be good if the location where these things were found would be cached so as to not have to do more checks for os.path.exists() than we have to.18 That above example would first try assets from the theme, then someplugin, then {{{__main__}}}. It would be good if the location where these things were found would be cached so as to not have to do more checks for os.path.exists() than we have to.