degal/gallery.py
changeset 124 cac613118e75
parent 118 60b126ff0b74
child 129 a4698fa2066c
equal deleted inserted replaced
123:31c4a328ef96 124:cac613118e75
    55             # copy it from the static resource file
    55             # copy it from the static resource file
    56             stylesheet.copy_from(STATIC_DIR.subfile('style.css'))
    56             stylesheet.copy_from(STATIC_DIR.subfile('style.css'))
    57 
    57 
    58         return stylesheet
    58         return stylesheet
    59 
    59 
    60     @lazy_load
       
    61     def version (self) :
       
    62         """
       
    63             Return version string
       
    64         """
       
    65 
       
    66         return "???"