typo stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 06 Oct 2009 14:14:16 +0200
branchstable
changeset 3562 cff18f0d7c73
parent 3561 a267669f83f9
child 3563 f1dbb9bf4da3
typo
cwctl.py
--- 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