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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e77f58a2be1c70af4cf4dfdb2bca041876de5b49;p=python Fixed typo. --- diff --git a/Mac/Lib/macfs.py b/Mac/Lib/macfs.py index 8c3af52bc3..93f40e6a06 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)