mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-07 02:09:50 +08:00
Fix gclient sync python3 errors.
Bug: None Change-Id: I3b87d0064473336a6ca3a1176c17f219ae0a2eb4 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3347644 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
78625492cb
commit
1be5734e5a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# Copyright 2016 The LibYuv Project Authors. All rights reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
@ -25,8 +25,8 @@ def print_landmines():
|
||||
# dependency problems, fix the dependency problems instead of adding a
|
||||
# landmine.
|
||||
# See the Chromium version in src/build/get_landmines.py for usage examples.
|
||||
print 'Clobber to remove GYP artifacts after switching bots to GN.'
|
||||
print 'Another try to remove GYP artifacts after switching bots to GN.'
|
||||
print('Clobber to remove GYP artifacts after switching bots to GN.')
|
||||
print('Another try to remove GYP artifacts after switching bots to GN.')
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user