web/webctl.py
branchstable
changeset 7132 e9c92bb79787
parent 5424 8ecbcbff9777
child 7140 ba51dac1115d
--- 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 <http://www.gnu.org/licenses/>.
 """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'