cwctl.py
branchstable
changeset 3562 cff18f0d7c73
parent 3560 7d76775f965d
child 3589 a5432f99f2d9
child 3619 af81a4f7053e
--- a/cwctl.py	Tue Oct 06 14:01:21 2009 +0200
+++ b/cwctl.py	Tue Oct 06 14:14:16 2009 +0200
@@ -7,7 +7,7 @@
 import sys
 from os import remove, listdir, system, pathsep
 try:
-    from os import kill, getpgi
+    from os import kill, getpgid
 except ImportError:
     def kill(*args): pass
     def getpgid(): pass