degal/gallery.py
changeset 73 8897352630a5
parent 64 4ebd563214d2
child 77 2a53c5ade434
equal deleted inserted replaced
72:168a2d065f17 73:8897352630a5
    26             The dir containing the degal configuration.
    26             The dir containing the degal configuration.
    27 
    27 
    28             It will be created if it does not exist.
    28             It will be created if it does not exist.
    29         """
    29         """
    30 
    30 
    31         return self.subdir('degal', create=True)
    31         return self.subdir('.degal', create=True)
    32 
    32     
    33     @lazy_load
    33     @lazy_load
    34     def stylesheet (self) :
    34     def stylesheet (self) :
    35         """
    35         """
    36             The stylesheet file.
    36             The stylesheet file.
    37 
    37