diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-18 02:40:55 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-18 02:40:55 +0000 |
commit | 05b4a7f93462f84f018320aac4f870bd44cb664c (patch) | |
tree | d5b15860885009a26f189bb2e5d9dd72d73fbd0c /xkb.py | |
parent | 5b0e19edf7816a06ad35ece9c0f330e883619ab3 (diff) | |
download | anaconda-05b4a7f93462f84f018320aac4f870bd44cb664c.tar.gz anaconda-05b4a7f93462f84f018320aac4f870bd44cb664c.tar.xz anaconda-05b4a7f93462f84f018320aac4f870bd44cb664c.zip |
syntax errors
Diffstat (limited to 'xkb.py')
-rw-r--r-- | xkb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ class XKB: try: pid, status = os.waitpid(child, 0) - except OSError (errno, msg): + except OSError, (errno, msg): print __name__, "waitpid:", msg return |