Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 278bfa06 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Test: treehugger
Change-Id: Ia63fd0db0b678de05ab2a83411f7a04d81e401e9
parent 489f09ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/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