diff -r 5893b899c21f -r e9c92bb79787 web/webctl.py --- a/web/webctl.py Mon Mar 28 19:02:47 2011 +0200 +++ b/web/webctl.py Mon Mar 28 19:02:58 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -17,12 +17,13 @@ # with CubicWeb. If not, see . """cubicweb-ctl commands and command handlers common to twisted/modpython web configuration +""" -""" __docformat__ = "restructuredtext en" +from logilab.common.shellutils import ASK + from cubicweb.toolsutils import CommandHandler, underline_title -from logilab.common.shellutils import ASK class WebCreateHandler(CommandHandler): cmdname = 'create'