fix: according to doctests os_independend_kill() is supposed to return None

This commit is contained in:
fpdb-mme 2009-11-01 09:58:14 +01:00
parent 6fcf81e566
commit f5d2f5a2dc

View File

@ -215,7 +215,7 @@ def test_construct():
... import win32con
... import pywintypes
... handle = win32api.OpenProcess(win32con.PROCESS_TERMINATE , pywintypes.FALSE, pid)
... return (0 != win32api.TerminateProcess(handle, 0))
... #return (0 != win32api.TerminateProcess(handle, 0))
# Test to acquire the lock in another process.
>>> def execute(cmd):