fix Gallery.stylesheet typo
authorTero Marttila <terom@fixme.fi>
Wed, 17 Jun 2009 16:44:34 +0300
changeset 129 a4698fa2066c
parent 128 f66bb9f6126a
child 130 94888270dae0
fix Gallery.stylesheet typo
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'))