degal/gallery.py
changeset 129 a4698fa2066c
parent 124 cac613118e75
child 141 9387da0dc183
--- 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'))