cubicweb/web/webctl.py
changeset 11767 432f87a63057
parent 11461 f5a4e14d1dd2
child 12140 20035170160c
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    18 """cubicweb-ctl commands and command handlers common to twisted/modpython
    18 """cubicweb-ctl commands and command handlers common to twisted/modpython
    19 web configuration
    19 web configuration
    20 """
    20 """
    21 from __future__ import print_function
    21 from __future__ import print_function
    22 
    22 
    23 __docformat__ = "restructuredtext en"
    23 
    24 
    24 
    25 import os, os.path as osp
    25 import os, os.path as osp
    26 from shutil import copy, rmtree
    26 from shutil import copy, rmtree
    27 
    27 
    28 from logilab.common.shellutils import ASK
    28 from logilab.common.shellutils import ASK