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 1AAFF138247 for ; Wed, 22 Jan 2014 05:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6D4E1109; Wed, 22 Jan 2014 05:04:13 +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 18FF0E110D for ; Wed, 22 Jan 2014 05:04:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F205E33F219 for ; Wed, 22 Jan 2014 05:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 96100183B3 for ; Wed, 22 Jan 2014 05:04:10 +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: <1388772079.0a14d5b3392cde9738064f148631499b7193bd6f.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/fileops.py catalyst/lock.py catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 0a14d5b3392cde9738064f148631499b7193bd6f X-VCS-Branch: 3.0 Date: Wed, 22 Jan 2014 05:04:10 +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: c41dd4f9-6352-4d40-b3fb-e86595ea0750 X-Archives-Hash: 2afb3e10b3703ecd11ac43a506d7fecf commit: 0a14d5b3392cde9738064f148631499b7193bd6f Author: Brian Dolbec gentoo org> AuthorDate: Wed Jun 12 04:07:08 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Jan 3 18:01:19 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0a14d5b3 main.py, lock.py, fileops.py remove shebangs --- catalyst/fileops.py | 1 - catalyst/lock.py | 3 ++- catalyst/main.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/catalyst/fileops.py b/catalyst/fileops.py index 009bf1c..e3a4ead 100644 --- a/catalyst/fileops.py +++ b/catalyst/fileops.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Maintained in full by: # Catalyst Team diff --git a/catalyst/lock.py b/catalyst/lock.py index d5d40d5..8b4fc76 100644 --- a/catalyst/lock.py +++ b/catalyst/lock.py @@ -1,4 +1,5 @@ -#!/usr/bin/python + + import os import fcntl import errno diff --git a/catalyst/main.py b/catalyst/main.py index 3f37ad0..6f8bd8d 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python -OO # Maintained in full by: # Catalyst Team