commit: 9145a72ed2f741a1cdc364314561f4a88fbb1baf Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 18:49:43 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 18:50:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9145a72e
doc/make_subarch_table_guidexml.py: Fix shebang Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org> 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 0699d2a..f571e00 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#!/usr/bin/python # Copyright (C) 2011 Sebastian Pipping <[email protected]> # Copyright (C) 2013 Brian dolbec <[email protected]> # Licensed under GPL v2 or later
