Skip to content

Commit 680d2b2

Browse files
sokcevicGChromium LUCI CQ
authored and
Chromium LUCI CQ
committed
[py] Migrate services/viz PRESUBMIT
Bug: 1212052 Change-Id: I942216ef0606e8f2305ffcd022a960918e6a6440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2957261 Commit-Queue: Jonathan Backer <[email protected]> Auto-Submit: Josip Sokcevic <[email protected]> Reviewed-by: Jonathan Backer <[email protected]> Cr-Commit-Position: refs/heads/master@{#892141}
1 parent e8d0f37 commit 680d2b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: services/viz/PRESUBMIT.py

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
"""Top-level presubmit script for services/viz."""
66

7+
USE_PYTHON3 = True
8+
9+
710
def CheckChangeOnUpload(input_api, output_api):
811
import sys
912
original_sys_path = sys.path

0 commit comments

Comments
 (0)