equal
deleted
inserted
replaced
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 |