Python 2 is dead and this script is only run by devs, all of which have
had python3 available for basically forever.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5362>
-#!/usr/bin/env python
-#encoding=utf-8
-#
+#!/usr/bin/env python3
# Copyright © 2019 Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# IN THE SOFTWARE.
#
-from __future__ import print_function
from collections import OrderedDict
import os
import pathlib