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

Commit a8c8a95a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "toolbox/generate-input.h-labels.py: python3." am: ae451e61 am: 8e36d3a2

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1798334

Change-Id: I14b958267fc048398d83e3879e2467b77cb1cca6
parents 755a7ffc 8e36d3a2
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