예제 #1
0
파일: compd.py 프로젝트: jmorse/compd
def print_message():
    control.broadcast(config.message)
예제 #2
0
파일: screen_db.py 프로젝트: prophile/compd
def got_screen(name):
    control.broadcast('Screen connected: {0}'.format(name))