예제 #1
0
def connect(*args, **kwargs):
    global DEVICE
    print 'Wating for connection...'
    DEVICE = WookieeRunner.waitForConnection(*args, **kwargs)
    print 'Connection established.'
예제 #2
0
def connect(*args, **kwargs):
    global DEVICE
    print 'Wating for connection...'
    DEVICE = WookieeRunner.waitForConnection(*args, **kwargs)
    print 'Connection established.'
예제 #3
0
def sleep(seconds):
    WookieeRunner.sleep(seconds)
예제 #4
0
def sleep(seconds):
    WookieeRunner.sleep(seconds)