repo: drop Python 3 warning
Lets get people to start filing bugs :). Bug: https://crbug.com/gerrit/10418 Change-Id: I1d55bf0c60dbdbd6537d30b2cf9ea91d2928e387
This commit is contained in:
parent
c92ce5c7dc
commit
da9e200f1d
1 changed files with 0 additions and 4 deletions
4
repo
4
repo
|
@ -902,8 +902,4 @@ def main(orig_args):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if ver[0] == 3:
|
|
||||||
print('warning: Python 3 support is currently experimental. YMMV.\n'
|
|
||||||
'Please use Python 2.7 instead.',
|
|
||||||
file=sys.stderr)
|
|
||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue