mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder).
This commit is contained in:
parent
18b47a07b7
commit
742ca0385a
1 changed files with 2 additions and 8 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue