File tree Expand file tree Collapse file tree
AndroidViewClient/src/com/dtmilano/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717@author: Diego Torres Milano
1818'''
1919
20- __version__ = '4.4.2 '
20+ __version__ = '4.4.3 '
2121
2222import sys
23- import warnings
24- if 'monkeyrunner' in sys .executable :
25- warnings .warn (
26- '''
27-
28- You should use a 'python' interpreter, not 'monkeyrunner' for this module
29-
30- ''' , RuntimeWarning )
23+ import warnings
24+ if sys .executable :
25+ if 'monkeyrunner' in sys .executable :
26+ warnings .warn (
27+ '''
28+
29+ You should use a 'python' interpreter, not 'monkeyrunner' for this module
30+
31+ ''' , RuntimeWarning )
3132import socket
3233import time
3334import re
Original file line number Diff line number Diff line change 1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '4.4.0 '
21+ __version__ = '4.4.3 '
2222
2323import sys
24- import warnings
25- if 'monkeyrunner' in sys .executable :
26- warnings .warn (
27- '''
28-
29- You should use a 'python' interpreter, not 'monkeyrunner' for this module
30-
31- ''' , RuntimeWarning )
24+ import warnings
25+ if sys .executable :
26+ if 'monkeyrunner' in sys .executable :
27+ warnings .warn (
28+ '''
29+
30+ You should use a 'python' interpreter, not 'monkeyrunner' for this module
31+
32+ ''' , RuntimeWarning )
3233import subprocess
3334import re
3435import socket
You can’t perform that action at this time.
0 commit comments