--- 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