lib/site.py
branchsites
changeset 29 b06ff4c05d42
child 30 a86a25a9f75b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/site.py	Sat Feb 07 06:05:10 2009 +0200
@@ -0,0 +1,14 @@
+"""
+    Per-site stuff
+"""
+
+SITE_DIR = "sites"
+
+class Site (object) :
+    """
+        A site is a website and its configuration
+    """
+
+    pass
+
+