]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 20 Aug 2000 20:06:51 +0000 (20:06 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 20 Aug 2000 20:06:51 +0000 (20:06 +0000)
Mac/Lib/nsremote.py [moved from Mac/Modules/ae/nsremote.py with 86% similarity]

similarity index 86%
rename from Mac/Modules/ae/nsremote.py
rename to Mac/Lib/nsremote.py
index c40629463e4969ee86c247fa879f971b707385f5..a12cd350bdfe2e3c322c80d34e5d59ab519e0dac 100644 (file)
@@ -14,15 +14,9 @@ Jack Jansen, CWI, January 1996.
 import sys
 
 import aetools
-import Standard_Suite
-import WWW_Suite
+import Netscape
 import MacOS
 
-class Netscape(aetools.TalkTo, Standard_Suite.Standard_Suite, WWW_Suite.WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_):
-       pass    
-       
-SIGNATURE='MOSS'
-
 Error = 'nsremote.Error'
 
 _talker = None
@@ -30,7 +24,7 @@ _talker = None
 def _init():
        global _talker
        if _talker == None:
-               _talker = Netscape(SIGNATURE)
+               _talker = Netscape.Netscape()
 
 def list(dpyinfo=""):
        _init()