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 d823216..c406294 100644
--- a/Mac/Modules/ae/nsremote.py
+++ b/Mac/Modules/ae/nsremote.py
@@ -18,7 +18,7 @@
 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'