summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/toolbox/Required_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-09-20 15:29:08 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-09-20 15:29:08 (GMT)
commit433a48ef366edd2246b0eb3878445f52f0244f79 (patch)
tree9541ab2d1e1822f0dc0cf6e76a59f68e0ee6bc06 /Mac/Lib/toolbox/Required_Suite.py
parentc46f56e35fc733c4a571e5cdb9890771a6440fa4 (diff)
downloadcpython-433a48ef366edd2246b0eb3878445f52f0244f79.zip
cpython-433a48ef366edd2246b0eb3878445f52f0244f79.tar.gz
cpython-433a48ef366edd2246b0eb3878445f52f0244f79.tar.bz2
Regenerated to use aetools.Error in stead of MacOS.Error.
Diffstat (limited to 'Mac/Lib/toolbox/Required_Suite.py')
-rw-r--r--Mac/Lib/toolbox/Required_Suite.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mac/Lib/toolbox/Required_Suite.py b/Mac/Lib/toolbox/Required_Suite.py
index 67145b7..1b27b6a 100644
--- a/Mac/Lib/toolbox/Required_Suite.py
+++ b/Mac/Lib/toolbox/Required_Suite.py
@@ -1,7 +1,7 @@
"""Suite Required Suite: Terms that every application should support
Level 1, version 1
-Generated from Moes:System folder:Extensions:Scripting Additions:Dialects:English Dialect
+Generated from flap:Systeemmap:Extensies:Script-extra's:Dialecten:Engels dialect
AETE/AEUT resource version 1/0, language 0, script 0
"""
@@ -27,7 +27,7 @@ class Required_Suite:
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.has_key('errn'):
- raise MacOS.Error, aetools.decodeerror(_arguments)
+ raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
@@ -47,7 +47,7 @@ class Required_Suite:
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.has_key('errn'):
- raise MacOS.Error, aetools.decodeerror(_arguments)
+ raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
@@ -66,7 +66,7 @@ class Required_Suite:
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.has_key('errn'):
- raise MacOS.Error, aetools.decodeerror(_arguments)
+ raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
@@ -85,7 +85,7 @@ class Required_Suite:
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.has_key('errn'):
- raise MacOS.Error, aetools.decodeerror(_arguments)
+ raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']