cubicweb/server/serverctl.py
changeset 11767 432f87a63057
parent 11361 5a857bba1b79
child 11952 9dbb0af82628
--- a/cubicweb/server/serverctl.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/server/serverctl.py	Fri Sep 30 18:25:08 2016 +0200
@@ -18,8 +18,6 @@
 """cubicweb-ctl commands and command handlers specific to the repository"""
 from __future__ import print_function
 
-__docformat__ = 'restructuredtext en'
-
 # *ctl module should limit the number of import to be imported as quickly as
 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
 # completion). So import locally in command helpers.