File tree Expand file tree Collapse file tree
tests/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 = '13.6.2 ' ,
6+ version = '13.6.3 ' ,
77 description = '''AndroidViewClient is a 100% pure python library and tools
88 that simplifies test script creation providing higher level
99 operations and the ability of obtaining the tree of Views present at
Original file line number Diff line number Diff line change 11'''
2- Copyright (C) 2012-2017 Diego Torres Milano
2+ Copyright (C) 2012-2018 Diego Torres Milano
33Created on Dec 1, 2012
44
55Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11'''
2- Copyright (C) 2012-2017 Diego Torres Milano
2+ Copyright (C) 2012-2018 Diego Torres Milano
33Created on Dec 1, 2012
44
55Licensed under the Apache License, Version 2.0 (the "License");
2222import sys
2323from _warnings import warn
2424
25- __version__ = '13.6.2 '
25+ __version__ = '13.6.3 '
2626
2727DEBUG = False
2828
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22'''
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44Created on Jan 5, 2015
55
66Licensed under the Apache License, Version 2.0 (the "License");
1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '13.6.2 '
21+ __version__ = '13.6.3 '
2222
2323import os
2424import platform
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22'''
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44Created on Jul 6, 2015
55
66Licensed under the Apache License, Version 2.0 (the "License");
2424import sys
2525
2626__author__ = 'diego'
27- __version__ = '13.6.2 '
27+ __version__ = '13.6.3 '
2828
2929DEBUG = True
3030
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22'''
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44 Created on oct 30, 2014
55
66 Licensed under the Apache License, Version 2.0 (the "License");
1919 @author: Ahmed Kasem
2020 '''
2121
22- __version__ = '13.6.2 '
22+ __version__ = '13.6.3 '
2323
2424import Tkinter
2525import ttk
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22'''
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44Created on oct 6, 2014
55
66Licensed under the Apache License, Version 2.0 (the "License");
2727from com .dtmilano .android .common import profileStart
2828from com .dtmilano .android .concertina import Concertina
2929
30- __version__ = '13.6.2 '
30+ __version__ = '13.6.3 '
3131
3232import sys
3333import threading
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44Created on mar 11, 2017
55
66Licensed under the Apache License, Version 2.0 (the "License");
3030
3131from com .dtmilano .android .adb .dumpsys import Dumpsys
3232
33- __version__ = '13.6.2 '
33+ __version__ = '13.6.3 '
3434
3535DEBUG = True
3636
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22'''
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44Created on Nov 10, 2015
55
66Licensed under the Apache License, Version 2.0 (the "License");
1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '13.6.2 '
21+ __version__ = '13.6.3 '
2222__author__ = 'diego'
2323
2424import sys
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22'''
3- Copyright (C) 2012-2017 Diego Torres Milano
3+ Copyright (C) 2012-2018 Diego Torres Milano
44Created on Feb 2, 2015
55
66Licensed under the Apache License, Version 2.0 (the "License");
1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '13.6.2 '
21+ __version__ = '13.6.3 '
2222
2323import json
2424import os
You can’t perform that action at this time.
0 commit comments