stop using qmsk.web.map
authorTero Marttila <terom@fixme.fi>
Thu, 12 Feb 2009 23:05:49 +0200
changeset 50 400ad4ffc150
parent 49 f22d865fb0c2
child 51 8ee1f9208421
stop using qmsk.web.map
lookup.py
--- a/lookup.py	Thu Feb 12 20:47:19 2009 +0200
+++ b/lookup.py	Thu Feb 12 23:05:49 2009 +0200
@@ -1,11 +1,11 @@
 
 import os, os.path
 
-from qmsk.web import http, template, map
+from qmsk.web import http, template, handler
 
 import page, page_tree
 
-class PageMapper (map.Mapper) :
+class PageMapper (handler.RequestHandler) :
     """
         Translates requests to handlers based on a filesystem directory containing various kinds of files
     """