mirror of https://github.com/python/cpython
New test program for server AE handling
This commit is contained in:
parent
7874b5d88c
commit
e87e7a56bd
|
@ -0,0 +1,5 @@
|
|||
tell application "AEservertest"
|
||||
activate
|
||||
set x to window "testing"
|
||||
open file x
|
||||
end tell
|
Loading…
Reference in New Issue