tests/python/runtime.py
author etisserant
Fri, 16 Jan 2009 16:52:23 +0100
changeset 298 732e30ac8bf3
parent 291 701c0601db02
permissions -rw-r--r--
Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg