# HG changeset patch # User Tero Marttila # Date 1245246274 -10800 # Node ID a4698fa2066c92cc4e6b047bf4c9ed209e553dd1 # Parent f66bb9f6126a8b17b1905921f846087c0e6701f0 fix Gallery.stylesheet typo diff -r f66bb9f6126a -r a4698fa2066c degal/gallery.py --- a/degal/gallery.py Mon Jun 15 02:58:30 2009 +0300 +++ b/degal/gallery.py Wed Jun 17 16:44:34 2009 +0300 @@ -50,7 +50,7 @@ if not stylesheet.exists() : # load the resources dir - from resource import STATIC_DIR + from resources import STATIC_DIR # copy it from the static resource file stylesheet.copy_from(STATIC_DIR.subfile('style.css'))