web/controller.py
changeset 5890 141b935a38fc
parent 5715 2c3e83817a8e
parent 5886 00a78298d30d
child 6542 f13c47ac9137
equal deleted inserted replaced
5883:7a5f370c5be1 5890:141b935a38fc
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """abstract controller classe for CubicWeb web client
    18 """abstract controller classe for CubicWeb web client"""
    19 
    19 
    20 
       
    21 """
       
    22 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    23 
    21 
    24 from logilab.mtconverter import xml_escape
    22 from logilab.mtconverter import xml_escape
    25 
    23 
    26 from cubicweb.selectors import yes
    24 from cubicweb.selectors import yes