etwist/twctl.py
branchstable
changeset 4719 aaed3f813ef8
parent 4252 6c4f109c2b03
child 5421 8167de96c523
equal deleted inserted replaced
4718:3dc3ad02d091 4719:aaed3f813ef8
     3 :organization: Logilab
     3 :organization: Logilab
     4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 """
     7 """
     8 
       
     9 import sys
       
    10 
     8 
    11 from cubicweb.toolsutils import CommandHandler
     9 from cubicweb.toolsutils import CommandHandler
    12 from cubicweb.web.webctl import WebCreateHandler
    10 from cubicweb.web.webctl import WebCreateHandler
    13 
    11 
    14 # trigger configuration registration
    12 # trigger configuration registration