From 6e131ce0750052ef5b3cf835b5bcb2b0a047e89d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Jul 2016 05:13:39 +1000 Subject: [PATCH] Call to python3 for stand-alone scripts Needed since Debian & FreeBSD both move away from keeping a synlink to `python`. --- build_files/package_spec/build_archive.py | 2 +- doc/manpage/blender.1.py | 2 +- release/bin/blender-thumbnailer.py | 2 +- release/datafiles/ctodata.py | 2 +- release/scripts/modules/blend_render_info.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build_files/package_spec/build_archive.py b/build_files/package_spec/build_archive.py index 6a7ec8a0faa..bd00984c74b 100755 --- a/build_files/package_spec/build_archive.py +++ b/build_files/package_spec/build_archive.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # diff --git a/doc/manpage/blender.1.py b/doc/manpage/blender.1.py index cdd2d7ca2df..52856717b4a 100755 --- a/doc/manpage/blender.1.py +++ b/doc/manpage/blender.1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ##### BEGIN GPL LICENSE BLOCK ##### # diff --git a/release/bin/blender-thumbnailer.py b/release/bin/blender-thumbnailer.py index fe5d462bba9..5d2dd958a92 100755 --- a/release/bin/blender-thumbnailer.py +++ b/release/bin/blender-thumbnailer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ##### BEGIN GPL LICENSE BLOCK ##### # diff --git a/release/datafiles/ctodata.py b/release/datafiles/ctodata.py index 079f6c3b918..8c1d4a4fb34 100755 --- a/release/datafiles/ctodata.py +++ b/release/datafiles/ctodata.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # ***** BEGIN GPL LICENSE BLOCK ***** diff --git a/release/scripts/modules/blend_render_info.py b/release/scripts/modules/blend_render_info.py index a62eaeea143..5e4ee0ee4b1 100755 --- a/release/scripts/modules/blend_render_info.py +++ b/release/scripts/modules/blend_render_info.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ##### BEGIN GPL LICENSE BLOCK ##### #