From 998ed796c37b04ca0c772cf371bcb6429f86e16f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 11 Jul 2019 16:13:13 +0200 Subject: target/*.py: shebang: use /usr/bin/env python Use the system default python instead of a hardcoded python2 Allow to use python2 and python3. Change-Id: Iab185759b574eff1ca1b189dcbb4e1a3eec52132 --- src/target/trx_toolkit/clck_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/trx_toolkit/clck_gen.py') diff --git a/src/target/trx_toolkit/clck_gen.py b/src/target/trx_toolkit/clck_gen.py index a4b83b56..3e479e3c 100755 --- a/src/target/trx_toolkit/clck_gen.py +++ b/src/target/trx_toolkit/clck_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: utf-8 -*- # TRX Toolkit -- cgit v1.2.3