cwctl.py
changeset 1977 606923dff11b
parent 1898 39b37f90a8a4
child 2032 8db8c21779bc
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """%%prog %s [options] %s
     1 """%%prog %s [options] %s
     2 
     2 
     3 CubicWeb main applications controller.
     3 CubicWeb main applications controller.
       
     4 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     4 %s"""
     5 %s"""
     5 
     6 
     6 import sys
     7 import sys
     7 from os import remove, listdir, system, kill, getpgid, pathsep
     8 from os import remove, listdir, system, kill, getpgid, pathsep
     8 from os.path import exists, join, isfile, isdir
     9 from os.path import exists, join, isfile, isdir