From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5CFE71381F3 for ; Tue, 13 Nov 2012 20:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A317C21C044; Tue, 13 Nov 2012 20:41:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE0DB21C042 for ; Tue, 13 Nov 2012 20:41:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A08FC33DA56 for ; Tue, 13 Nov 2012 20:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 849E7E544B for ; Tue, 13 Nov 2012 20:40:58 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1352683876.fef019e0dcc37346a5344fd3fa644a44fcdd22f1.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/keyword.py X-VCS-Directories: pym/gentoolkit/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: fef019e0dcc37346a5344fd3fa644a44fcdd22f1 X-VCS-Branch: gentoolkit Date: Tue, 13 Nov 2012 20:40:58 +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: 51d7b47c-58d9-43c3-8002-ed0e18cadd2d X-Archives-Hash: 078b282549555a0a5e1058400c012242 commit: fef019e0dcc37346a5344fd3fa644a44fcdd22f1 Author: W. Trevor King tremily us> AuthorDate: Mon Nov 12 01:31:16 2012 +0000 Commit: Paul Varner gentoo org> CommitDate: Mon Nov 12 01:31:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=fef019e0 keyword: remove shebang from module without __name__ == '__main__' block --- pym/gentoolkit/keyword.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/pym/gentoolkit/keyword.py b/pym/gentoolkit/keyword.py index 057f77c..17b3472 100644 --- a/pym/gentoolkit/keyword.py +++ b/pym/gentoolkit/keyword.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright(c) 2004-2010, Gentoo Foundation # # Licensed under the GNU General Public License, v2