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'))