mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed again to work with the old scripting interface (so we can test the new one actually still works).
This commit is contained in:
parent
8bcd471606
commit
18b47a07b7
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue