From 18b47a07b7e0d962a9ae4cade56eebbf46e1273a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 20 Aug 2000 20:02:39 +0000 Subject: [PATCH] Fixed again to work with the old scripting interface (so we can test the new one actually still works). --- Mac/Modules/ae/nsremote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Modules/ae/nsremote.py b/Mac/Modules/ae/nsremote.py index d823216bcb..c40629463e 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' -- 2.40.0