]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The previous patch needed a little massaging for 2.2.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 29 Oct 2002 22:00:06 +0000 (22:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 29 Oct 2002 22:00:06 +0000 (22:00 +0000)
Mac/Lib/aetools.py

index bf9383c0d3705e9a49ac9e508f6d8aeeac0d0242..ff90e403ce141d98b35fc7fc89a84e559fd40a23 100644 (file)
@@ -71,7 +71,7 @@ def unpackevent(ae):
        except AE.Error:
                pass
        else:
-               parameters['errn'] = unpack(dirobj, formodulename)
+               parameters['errn'] = unpack(dirobj)
                del dirobj
        while 1:
                key = missed(ae)