web/webctl.py
changeset 2790 968108e16066
parent 2615 1ea41b7c0836
child 3589 a5432f99f2d9
equal deleted inserted replaced
2789:39712da6f397 2790:968108e16066
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     8 """
     8 """
     9 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
    10 
    10 
    11 from cubicweb import underline_title
    11 from cubicweb.toolsutils import CommandHandler, underline_title
    12 from cubicweb.toolsutils import CommandHandler
       
    13 from logilab.common.shellutils import ASK
    12 from logilab.common.shellutils import ASK
    14 
    13 
    15 class WebCreateHandler(CommandHandler):
    14 class WebCreateHandler(CommandHandler):
    16     cmdname = 'create'
    15     cmdname = 'create'
    17 
    16