web/views/urlpublishing.py
branchstable
changeset 6175 104453c4ed3e
parent 5426 0d4853a6e5ee
child 6253 30b6beb38820
equal deleted inserted replaced
6172:9987f5525e20 6175:104453c4ed3e
   117     vreg = None # XXX necessary until property for deprecation warning is on appobject
   117     vreg = None # XXX necessary until property for deprecation warning is on appobject
   118 
   118 
   119     def __init__(self, urlpublisher):
   119     def __init__(self, urlpublisher):
   120         self.urlpublisher = urlpublisher
   120         self.urlpublisher = urlpublisher
   121         self.vreg = urlpublisher.vreg
   121         self.vreg = urlpublisher.vreg
       
   122 
   122 
   123 
   123 class RawPathEvaluator(URLPathEvaluator):
   124 class RawPathEvaluator(URLPathEvaluator):
   124     """handle path of the form::
   125     """handle path of the form::
   125 
   126 
   126         <publishing_method>?parameters...
   127         <publishing_method>?parameters...