buildsystem: use /usr/bin/python3 in scripts

This commit is contained in:
MilhouseVH
2019-11-07 09:20:34 +00:00
parent cfe1640715
commit 6eb226b1fb
7 changed files with 27 additions and 22 deletions

View File

@@ -1,10 +1,9 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
from __future__ import print_function
import os
import sys
import re