diff options
Diffstat (limited to 'Mac/Modules/file/filesupport.py')
-rw-r--r-- | Mac/Modules/file/filesupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/file/filesupport.py b/Mac/Modules/file/filesupport.py index ffe6c0e..7ba0b47 100644 --- a/Mac/Modules/file/filesupport.py +++ b/Mac/Modules/file/filesupport.py @@ -527,7 +527,7 @@ class AliasDefinition(PEP253Mixin, ObjectDefinition): # Alias methods come in two flavors: those with the alias as arg1 and # those with the alias as arg 2. -class Arg2MethodGenerator(MethodGenerator): +class Arg2MethodGenerator(OSErrMethodGenerator): """Similar to MethodGenerator, but has self as second argument""" def parseArgumentList(self, args): |