cubicweb/web/webctl.py
changeset 12567 26744ad37953
parent 12282 61a332a50a2b
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    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
       
    22 
    21 
    23 import os
    22 import os
    24 import os.path as osp
    23 import os.path as osp
    25 from shutil import copy, rmtree
    24 from shutil import copy, rmtree
    26 
    25