From: Jack Jansen Date: Tue, 24 Dec 2002 13:09:28 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: v2.3c1~2893 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e77f58a2be1c70af4cf4dfdb2bca041876de5b49;p=thirdparty%2FPython%2Fcpython.git Fixed typo. --- diff --git a/Mac/Lib/macfs.py b/Mac/Lib/macfs.py index 8c3af52bc324..93f40e6a0610 100644 --- a/Mac/Lib/macfs.py +++ b/Mac/Lib/macfs.py @@ -78,7 +78,7 @@ AliasType = Alias FInfoType = FInfo def ResolveAliasFile(fss, chain=1): - return Carbon.Files.ResolveAliasFile(fss, chain) + return Carbon.File.ResolveAliasFile(fss, chain) def RawFSSpec(data): return FSSpec(rawdata=data)