sites/www.qmsk.net/__init__.py
branchsites
changeset 30 a86a25a9f75b
child 31 107062ebb6f9
equal deleted inserted replaced
29:b06ff4c05d42 30:a86a25a9f75b
       
     1 """
       
     2     The www.qmsk.net site is just a simple site with a filesystem-based URL mapping
       
     3 """
       
     4 
       
     5 from lib.map import fstree
       
     6 
       
     7 build_mapper = lambda: fstree("site/www.qmsk.net")
       
     8