From 0342a3f3f21f23a57f3c2483ecc11607bf973a14 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 31 Oct 2012 18:12:52 -0400 Subject: [PATCH] fix make dist for python2 --- doc/make_subarch_table_guidexml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py index 8754c8ab..16c87769 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # Copyright (C) 2011 Sebastian Pipping # Licensed under GPL v2 or later -- 2.26.2