summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-08-20 20:02:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-08-20 20:02:39 (GMT)
commit18b47a07b7e0d962a9ae4cade56eebbf46e1273a (patch)
treef1e247ef1540ff9834da3241f190766f7eae884e /Mac
parent8bcd471606837a8731692e878bab2539048c802b (diff)
downloadcpython-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.py2
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'