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 E3D90138ADB for ; Thu, 26 Feb 2015 22:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E10E0982; Thu, 26 Feb 2015 22:18:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E88CE0982 for ; Thu, 26 Feb 2015 22:18:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB041340C19 for ; Thu, 26 Feb 2015 22:18:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AFC3129F3 for ; Thu, 26 Feb 2015 22:18:38 +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: <1424980611.83c4337f59102245d6018810db5bb79f471b002f.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/version.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 83c4337f59102245d6018810db5bb79f471b002f X-VCS-Branch: master Date: Thu, 26 Feb 2015 22:18:38 +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: 118c8363-dc56-43f7-baeb-171df4f35b9e X-Archives-Hash: 2e781e35d3ff9fbd0c6c7a9bc8788cb0 Message-ID: <20150226221838.lBKV-A3C_Y4xFMpUpAl8XTaaHFVajtRLLz0BcfDHznA@z> commit: 83c4337f59102245d6018810db5bb79f471b002f Author: W. Trevor King tremily us> AuthorDate: Tue Jun 11 21:41:18 2013 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 19:56:51 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=83c4337f version: Remove shebang (Python modules are not scripts) Nobody should be executing this file directly. --- catalyst/version.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/version.py b/catalyst/version.py index 03c77e4..ea12761 100644 --- a/catalyst/version.py +++ b/catalyst/version.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -OO - # Maintained in full by: # Catalyst Team # Release Engineering Team