# HG changeset patch # User Tero Marttila # Date 1244665932 -10800 # Node ID c21d9145aabc261a35eef8784d3cd7d39c52f0fb # Parent 2b0b76cd8ba0dd0a95a5ea942d7532abd87036e8 fix Gallery.stylesheet to actually copy it into place diff -r 2b0b76cd8ba0 -r c21d9145aabc degal/gallery.py --- a/degal/gallery.py Wed Jun 10 23:15:25 2009 +0300 +++ b/degal/gallery.py Wed Jun 10 23:32:12 2009 +0300 @@ -40,7 +40,7 @@ stylesheet = self.degal_dir.subfile('style.css') - if not stylesheet : + if not stylesheet.exists() : # copy it from resources stylesheet.copy_from(resources.STATIC_DIR.subfile('style.css'))