From e77f58a2be1c70af4cf4dfdb2bca041876de5b49 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 24 Dec 2002 13:09:28 +0000 Subject: Fixed typo. --- Mac/Lib/macfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Lib/macfs.py b/Mac/Lib/macfs.py index 8c3af52..93f40e6 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) -- cgit v0.12