equal
deleted
inserted
replaced
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 |