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 1606E138247 for ; Fri, 22 Nov 2013 07:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF649E0ACD; Fri, 22 Nov 2013 07:13:32 +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 822E0E0ACD for ; Fri, 22 Nov 2013 07:13:32 +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 6E53B33F33C for ; Fri, 22 Nov 2013 07:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 883A5D00E6 for ; Fri, 22 Nov 2013 07:13:28 +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: <1385100156.a08af8993dc0a99b030e88a78050ec20dd475615.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:rewrite-on-master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/version.py X-VCS-Directories: catalyst/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a08af8993dc0a99b030e88a78050ec20dd475615 X-VCS-Branch: rewrite-on-master Date: Fri, 22 Nov 2013 07:13:28 +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: 6d5a1d97-4893-4fea-a96d-b59a9839769a X-Archives-Hash: fc9b079f27e3b1e67538419e1fc32d6f commit: a08af8993dc0a99b030e88a78050ec20dd475615 Author: W. Trevor King tremily us> AuthorDate: Tue Jun 11 21:41:18 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Nov 22 06:02:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=a08af899 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 d379d35..8060bff 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