File tree Expand file tree Collapse file tree
src/com/dtmilano/android/adb 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 = '7.1.0 ' ,
6+ version = '7.1.1 ' ,
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 1717@author: Diego Torres Milano
1818'''
1919
20- __version__ = '7.1.0 '
20+ __version__ = '7.1.1 '
2121
2222import sys
2323import warnings
3939
4040from com .dtmilano .android .adb .androidkeymap import KEY_MAP
4141
42- DEBUG = True
42+ DEBUG = False
4343
4444HOSTNAME = 'localhost'
4545try :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ___________________/ /__/ /__/ /__/ /________________________________
1919
2020'''
2121
22- __version__ = '7.1.0 '
22+ __version__ = '7.1.1 '
2323
2424import re
2525import sys
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Created on Feb 3, 2012
66@author: diego
77'''
88
9- __version__ = '7.1.0 '
9+ __version__ = '7.1.1 '
1010
1111import sys
1212import os
You can’t perform that action at this time.
0 commit comments