From 2b29951a19e6c5fcf485e2ec5485da995a72754f Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 1 Nov 2012 20:28:18 -0400 Subject: [PATCH] more forcing of python2 for make dist --- doc/make_target_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make_target_table.py b/doc/make_target_table.py index e5e25f00..ad4d2928 100755 --- a/doc/make_target_table.py +++ b/doc/make_target_table.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (C) 2012 W. Trevor King # Copyright (C) 2012 Sebastian Pipping # Licensed under GPL v2 or later -- 2.26.2