toolbox/generate-input.h-labels.py: python3.
Test: treehugger Change-Id: Ia63fd0db0b678de05ab2a83411f7a04d81e401e9
This commit is contained in:
parent
489f09abd4
commit
278bfa06e9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue