sites/www.qmsk.net/__init__.py
changeset 46 185504387370
parent 45 e94ab812c0c8
child 47 3d59c9eeffaa
--- a/sites/www.qmsk.net/__init__.py	Sun Feb 08 03:13:11 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-"""
-    The www.qmsk.net site is just a simple site with a filesystem-based URL mapping
-"""
-
-from lib import template
-import lookup
-
-# global mapper attribute
-handler = lookup.PageMapper("sites/www.qmsk.net/pages", template=template.TemplateLoader.load("sites/www.qmsk.net/templates/layout.tmpl"))
-