cwctl.py
branchstable
changeset 3562 cff18f0d7c73
parent 3560 7d76775f965d
child 3589 a5432f99f2d9
child 3619 af81a4f7053e
equal deleted inserted replaced
3561:a267669f83f9 3562:cff18f0d7c73
     5 %s"""
     5 %s"""
     6 
     6 
     7 import sys
     7 import sys
     8 from os import remove, listdir, system, pathsep
     8 from os import remove, listdir, system, pathsep
     9 try:
     9 try:
    10     from os import kill, getpgi
    10     from os import kill, getpgid
    11 except ImportError:
    11 except ImportError:
    12     def kill(*args): pass
    12     def kill(*args): pass
    13     def getpgid(): pass
    13     def getpgid(): pass
    14 
    14 
    15 from os.path import exists, join, isfile, isdir
    15 from os.path import exists, join, isfile, isdir