From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A30D0139694 for ; Fri, 10 Mar 2017 18:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01877E0C0D; Fri, 10 Mar 2017 18:52:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8809E0C0D for ; Fri, 10 Mar 2017 18:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4581340EF6 for ; Fri, 10 Mar 2017 18:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6138663A0 for ; Fri, 10 Mar 2017 18:52:07 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1489171810.9145a72ed2f741a1cdc364314561f4a88fbb1baf.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/make_subarch_table_guidexml.py X-VCS-Directories: doc/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9145a72ed2f741a1cdc364314561f4a88fbb1baf X-VCS-Branch: pending Date: Fri, 10 Mar 2017 18:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10a5a6c4-38cc-4e63-ab3c-0bf535783db9 X-Archives-Hash: 26090a623279fbb0f365217fdf8f221c commit: 9145a72ed2f741a1cdc364314561f4a88fbb1baf Author: Brian Dolbec gentoo org> AuthorDate: Fri Mar 10 18:49:43 2017 +0000 Commit: Brian Dolbec gentoo 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 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 # Copyright (C) 2013 Brian dolbec # Licensed under GPL v2 or later