File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55setup (name = 'androidviewclient' ,
6- version = '5.4.1 ' ,
6+ version = '5.4.2 ' ,
77 description = '''AndroidViewClient is a 100% pure python tool that
88 simplifies test script creation providing higher level operations and the ability of
99 obtaining the tree of Views present at any given moment on the device or emulator screen.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ___________________/ /__/ /__/ /__/ /________________________________
1919
2020'''
2121
22- __version__ = '5.4.0 '
22+ __version__ = '5.4.2 '
2323
2424import re
2525import sys
@@ -97,7 +97,7 @@ OPTS_HELP = {
9797
9898def fillAutoRegexpsRes ():
9999 are = {}
100- are ['clock' ] = re .compile ('[012]\d:[0-5]\d' )
100+ are ['clock' ] = re .compile ('[012]? \d:[0-5]\d' )
101101 d = "("
102102 for i in range (7 ):
103103 d += calendar .day_abbr [i ]
You can’t perform that action at this time.
0 commit comments