lib/site.py
branchsites
changeset 29 b06ff4c05d42
child 30 a86a25a9f75b
equal deleted inserted replaced
28:b68145b5ce24 29:b06ff4c05d42
       
     1 """
       
     2     Per-site stuff
       
     3 """
       
     4 
       
     5 SITE_DIR = "sites"
       
     6 
       
     7 class Site (object) :
       
     8     """
       
     9         A site is a website and its configuration
       
    10     """
       
    11 
       
    12     pass
       
    13 
       
    14