devtools/devctl.py
changeset 5556 9ab2b4c74baf
parent 5545 25fd74c23f91
child 5627 a7e40cccdc9b
equal deleted inserted replaced
5555:a64f48dd5fe4 5556:9ab2b4c74baf
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    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 """additional cubicweb-ctl commands and command handlers for cubicweb and cubicweb's
    18 """additional cubicweb-ctl commands and command handlers for cubicweb and
    19 cubes development
    19 cubicweb's cubes development
    20 
       
    21 """
    20 """
       
    21 
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 
    23 
    24 # *ctl module should limit the number of import to be imported as quickly as
    24 # *ctl module should limit the number of import to be imported as quickly as
    25 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
    25 # possible (for cubicweb-ctl reactivity, necessary for instance for usable bash
    26 # completion). So import locally in command helpers.
    26 # completion). So import locally in command helpers.