Changes between Initial Version and Version 1 of Ticket #641


Ignore:
Timestamp:
Feb 14, 2013, 9:19:20 PM (11 years ago)
Author:
Christopher Allan Webber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #641 – Description

    initial v1  
    1616}}}
    1717
    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.
     18That 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.