Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 742ca03

Browse files
committed
Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder).
1 parent 18b47a0 commit 742ca03

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,17 @@
1414
import sys
1515

1616
import aetools
17-
import Standard_Suite
18-
import WWW_Suite
17+
import Netscape
1918
import MacOS
2019

21-
class Netscape(aetools.TalkTo, Standard_Suite.Standard_Suite, WWW_Suite.WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_):
22-
pass
23-
24-
SIGNATURE='MOSS'
25-
2620
Error = 'nsremote.Error'
2721

2822
_talker = None
2923

3024
def _init():
3125
global _talker
3226
if _talker == None:
33-
_talker = Netscape(SIGNATURE)
27+
_talker = Netscape.Netscape()
3428

3529
def list(dpyinfo=""):
3630
_init()

0 commit comments

Comments
 (0)