lib/site.py
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 06:05:10 +0200
branchsites
changeset 29 b06ff4c05d42
child 30 a86a25a9f75b
permissions -rw-r--r--
start prototyping some site-based code
"""
    Per-site stuff
"""

SITE_DIR = "sites"

class Site (object) :
    """
        A site is a website and its configuration
    """

    pass