From: Jack Jansen Date: Sun, 20 Aug 2000 20:02:39 +0000 (+0000) Subject: Fixed again to work with the old scripting interface (so we can test the new one... X-Git-Tag: v2.0b1~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18b47a07b7e0d962a9ae4cade56eebbf46e1273a;p=thirdparty%2FPython%2Fcpython.git Fixed again to work with the old scripting interface (so we can test the new one actually still works). --- diff --git a/Mac/Modules/ae/nsremote.py b/Mac/Modules/ae/nsremote.py index d823216bcb67..c40629463e49 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'