degal/gallery.py
changeset 118 60b126ff0b74
parent 112 e990b7a54d40
child 124 cac613118e75
--- a/degal/gallery.py	Sun Jun 14 20:05:11 2009 +0300
+++ b/degal/gallery.py	Sun Jun 14 22:52:07 2009 +0300
@@ -20,6 +20,14 @@
 
         super(Gallery, self).__init__(path, config)
 
+    @property
+    def _degal_dir (self) :
+        """
+            The dir containing the degal configuration.
+        """
+
+        return self.subdir('.degal')
+
     @lazy_load
     def degal_dir (self) :
         """