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/WWW_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/WWW_Suite.py')
-rw-r--r-- | Mac/Lib/toolbox/WWW_Suite.py | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Mac/Lib/toolbox/WWW_Suite.py b/Mac/Lib/toolbox/WWW_Suite.py index e14d41f..01ba39f 100644 --- a/Mac/Lib/toolbox/WWW_Suite.py +++ b/Mac/Lib/toolbox/WWW_Suite.py @@ -1,7 +1,7 @@ """Suite WorldWideWeb suite, as defined in Spyglass spec.: 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 """ @@ -43,7 +43,7 @@ class WWW_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['----'] @@ -73,7 +73,7 @@ class WWW_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['----'] @@ -99,7 +99,7 @@ class WWW_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['----'] @@ -124,7 +124,7 @@ class WWW_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['----'] @@ -145,7 +145,7 @@ class WWW_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['----'] @@ -165,7 +165,7 @@ class WWW_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['----'] @@ -185,7 +185,7 @@ class WWW_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['----'] @@ -206,7 +206,7 @@ class WWW_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['----'] @@ -226,7 +226,7 @@ class WWW_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['----'] @@ -246,7 +246,7 @@ class WWW_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['----'] @@ -274,7 +274,7 @@ class WWW_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['----'] @@ -300,7 +300,7 @@ class WWW_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['----'] @@ -326,7 +326,7 @@ class WWW_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['----'] @@ -352,7 +352,7 @@ class WWW_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['----'] @@ -378,7 +378,7 @@ class WWW_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['----'] @@ -404,7 +404,7 @@ class WWW_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['----'] |