cubicweb/cwctl.py
changeset 11767 432f87a63057
parent 11284 d4293b14c664
child 11867 c714e55fbce1
child 11997 7c296802980b
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    18 """the cubicweb-ctl tool, based on logilab.common.clcommands to
    18 """the cubicweb-ctl tool, based on logilab.common.clcommands to
    19 provide a pluggable commands system.
    19 provide a pluggable commands system.
    20 """
    20 """
    21 from __future__ import print_function
    21 from __future__ import print_function
    22 
    22 
    23 __docformat__ = "restructuredtext en"
    23 
    24 
    24 
    25 # *ctl module should limit the number of import to be imported as quickly as
    25 # *ctl module should limit the number of import to be imported as quickly as
    26 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
    26 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
    27 # completion). So import locally in command helpers.
    27 # completion). So import locally in command helpers.
    28 import sys
    28 import sys