diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-20 15:29:08 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-20 15:29:08 (GMT) |
commit | 433a48ef366edd2246b0eb3878445f52f0244f79 (patch) | |
tree | 9541ab2d1e1822f0dc0cf6e76a59f68e0ee6bc06 /Mac/Lib/toolbox/Standard_URL_suite.py | |
parent | c46f56e35fc733c4a571e5cdb9890771a6440fa4 (diff) | |
download | cpython-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/Standard_URL_suite.py')
-rw-r--r-- | Mac/Lib/toolbox/Standard_URL_suite.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/toolbox/Standard_URL_suite.py b/Mac/Lib/toolbox/Standard_URL_suite.py index f997c91..b9108f4 100644 --- a/Mac/Lib/toolbox/Standard_URL_suite.py +++ b/Mac/Lib/toolbox/Standard_URL_suite.py @@ -4,7 +4,7 @@ Level 1, version 1 -Generated from flap:Programma's:Netscape 2.0b5 Folder:Netscape 2.0b5 +Generated from flap:Programma's:Netscape Navigator Folder:Netscape Navigator 3.0 AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -40,7 +40,7 @@ class Standard_URL_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['----'] |