summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2019-06-13 00:37:38 -0400
committerMike Frysinger <vapier@google.com>2019-06-13 14:32:03 +0000
commitda9e200f1d551fbf0c08d02fdfd457e207794d52 (patch)
treed4796c4296abea334897708c81fcbd09b92d7798
parentc92ce5c7dc079bcc18a227d39fc2b3eaa134354d (diff)
downloadgit-repo-da9e200f1d551fbf0c08d02fdfd457e207794d52.tar.gz
repo: drop Python 3 warning
Lets get people to start filing bugs :). Bug: https://crbug.com/gerrit/10418 Change-Id: I1d55bf0c60dbdbd6537d30b2cf9ea91d2928e387
-rwxr-xr-xrepo4
1 files changed, 0 insertions, 4 deletions
diff --git a/repo b/repo
index 59a88b7a..aa357a22 100755
--- a/repo
+++ b/repo
@@ -902,8 +902,4 @@ def main(orig_args):
902 902
903 903
904if __name__ == '__main__': 904if __name__ == '__main__':
905 if ver[0] == 3:
906 print('warning: Python 3 support is currently experimental. YMMV.\n'
907 'Please use Python 2.7 instead.',
908 file=sys.stderr)
909 main(sys.argv[1:]) 905 main(sys.argv[1:])