diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-08-20 20:02:39 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-08-20 20:02:39 (GMT) |
commit | 18b47a07b7e0d962a9ae4cade56eebbf46e1273a (patch) | |
tree | f1e247ef1540ff9834da3241f190766f7eae884e /Mac | |
parent | 8bcd471606837a8731692e878bab2539048c802b (diff) | |
download | cpython-18b47a07b7e0d962a9ae4cade56eebbf46e1273a.zip cpython-18b47a07b7e0d962a9ae4cade56eebbf46e1273a.tar.gz cpython-18b47a07b7e0d962a9ae4cade56eebbf46e1273a.tar.bz2 |
Fixed again to work with the old scripting interface (so we can test the new one actually still works).
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/ae/nsremote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/ae/nsremote.py b/Mac/Modules/ae/nsremote.py index d823216..c406294 100644 --- a/Mac/Modules/ae/nsremote.py +++ b/Mac/Modules/ae/nsremote.py @@ -18,7 +18,7 @@ import Standard_Suite import WWW_Suite import MacOS -class Netscape(aetools.TalkTo, Standard_Suite.Standard_Suite, WWW_Suite.WWW_Suite): +class Netscape(aetools.TalkTo, Standard_Suite.Standard_Suite, WWW_Suite.WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_): pass SIGNATURE='MOSS' |