diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-31 23:08:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-31 23:08:11 +0000 |
commit | 1499448e753fb42e09399e4527ca2b66438c7d3a (patch) | |
tree | 3ddf14cf8845a585cdc94767fdb0650619dd46a9 /xserver.py | |
parent | 09f6d43963b1d9633090d7894af1399f4a161e6b (diff) | |
download | anaconda-1499448e753fb42e09399e4527ca2b66438c7d3a.tar.gz anaconda-1499448e753fb42e09399e4527ca2b66438c7d3a.tar.xz anaconda-1499448e753fb42e09399e4527ca2b66438c7d3a.zip |
oops
Diffstat (limited to 'xserver.py')
-rw-r--r-- | xserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver.py b/xserver.py index 8c0e11457..35f1cc33b 100644 --- a/xserver.py +++ b/xserver.py @@ -99,7 +99,7 @@ EndSection # give time for the server to fail (if it is going to fail...) time.sleep (1) - pid, status = waitpid (server, os.WNOHANG) + pid, status = os.waitpid (server, os.WNOHANG) if status: raise RuntimeError, "X server failed to start" |