tests/ide_tests/sikuliberemiz.py
branchwxPython4
changeset 3430 c2171d87b587
parent 3424 7db96e011fe7
child 3431 5bcef31e276d
equal deleted inserted replaced
3429:67a4d207bace 3430:c2171d87b587
    51         except subprocess.CalledProcessError:
    51         except subprocess.CalledProcessError:
    52             wlist = []
    52             wlist = []
    53 
    53 
    54         # window with no title only has 4 fields do describe it
    54         # window with no title only has 4 fields do describe it
    55         # beremiz splashcreen has no title
    55         # beremiz splashcreen has no title
    56         # we wity until main window is visible
    56         # wait until main window is visible
    57         if len(wlist) == 1 and len(wlist[0]) == 5:
    57         if len(wlist) == 1 and len(wlist[0]) == 5:
    58             windowID,_zero,wpid,_XID,wtitle = wlist[0] 
    58             windowID,_zero,wpid,_XID,wtitle = wlist[0] 
    59             break
    59             break
    60 
    60 
    61         wait(0.1)
    61         wait(0.1)