summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/macfsn.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/macfsn.py')
-rw-r--r--Mac/Lib/macfsn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/macfsn.py b/Mac/Lib/macfsn.py
index c78459d..f7b6b2e 100644
--- a/Mac/Lib/macfsn.py
+++ b/Mac/Lib/macfsn.py
@@ -17,7 +17,7 @@ def _mktypelist(typelist):
data = 'Pyth' + struct.pack("hh", 0, len(typelist))
for type in typelist:
data = data+type
- return Res.Resource(data)
+ return Res.Handle(data)
def _StandardGetFile(*typelist):
return apply(_PromptGetFile, (None,)+typelist)