cubicweb/server/serverctl.py
changeset 11767 432f87a63057
parent 11361 5a857bba1b79
child 11952 9dbb0af82628
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    15 #
    15 #
    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 specific to the repository"""
    18 """cubicweb-ctl commands and command handlers specific to the repository"""
    19 from __future__ import print_function
    19 from __future__ import print_function
    20 
       
    21 __docformat__ = 'restructuredtext en'
       
    22 
    20 
    23 # *ctl module should limit the number of import to be imported as quickly as
    21 # *ctl module should limit the number of import to be imported as quickly as
    24 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
    22 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
    25 # completion). So import locally in command helpers.
    23 # completion). So import locally in command helpers.
    26 import sys
    24 import sys