Merge "toolbox/generate-input.h-labels.py: python3."

This commit is contained in:
Treehugger Robot 2021-08-17 23:12:47 +00:00 committed by Gerrit Code Review
commit ae451e61c8

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) 2015 The Android Open Source Project
#
@ -16,7 +16,7 @@
#
# pylint: disable=bad-indentation,bad-continuation
from __future__ import print_function
import os
import re
import sys