Description: Use shebang python3 Author: Jörg Fring-Fürst Forwarded: not-needed Last-Update: 2019-08-06 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/script/scons =================================================================== --- trunk.orig/script/scons +++ trunk/script/scons @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # SCons - a Software Constructor # Index: trunk/script/scons-configure-cache =================================================================== --- trunk.orig/script/scons-configure-cache +++ trunk/script/scons-configure-cache @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # SCons - a Software Constructor # Index: trunk/script/scons-time =================================================================== --- trunk.orig/script/scons-time +++ trunk/script/scons-time @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # scons-time - run SCons timings and collect statistics # Index: trunk/script/sconsign =================================================================== --- trunk.orig/script/sconsign +++ trunk/script/sconsign @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # SCons - a Software Constructor #