Ejemplo n.º 1
0
def _interact():
    """Make sure the application is in the foreground"""
    AE.AEInteractWithUser(50000000)
def _interact():
    AE.AEInteractWithUser(50000000)
Ejemplo n.º 3
0
"""AEservertest - Test AppleEvent server interface
Ejemplo n.º 4
0
"""'echo' -- an AppleEvent handler which handles all events the same.
Ejemplo n.º 5
0
"""PythonSlave.py