cubicweb/web/views/urlpublishing.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11794 d8830e2bd2e0
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    53 .. note::
    53 .. note::
    54 
    54 
    55  Actionpath executes a query whose results is lost
    55  Actionpath executes a query whose results is lost
    56  because of redirecting instead of direct traversal.
    56  because of redirecting instead of direct traversal.
    57 """
    57 """
    58 __docformat__ = "restructuredtext en"
    58 
    59 
    59 
    60 from rql import TypeResolverException
    60 from rql import TypeResolverException
    61 
    61 
    62 from cubicweb import RegistryException
    62 from cubicweb import RegistryException
    63 from cubicweb.web import NotFound, Redirect, component, views
    63 from cubicweb.web import NotFound, Redirect, component, views