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 A0739138AD6 for ; Thu, 26 Feb 2015 22:18:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2B7E0992; Thu, 26 Feb 2015 22:18:43 +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 C631EE0997 for ; Thu, 26 Feb 2015 22:18:42 +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 92BE6340C1D for ; Thu, 26 Feb 2015 22:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD40129F4 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: <1424980642.5a09558cbbeca6fda075525103a43d44e5cd5871.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/fileops.py catalyst/lock.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 5a09558cbbeca6fda075525103a43d44e5cd5871 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: b0398dc4-2ffb-4622-8d6a-4e92d61496ee X-Archives-Hash: 05d2fd24b37c8698c67e901aba511e8e Message-ID: <20150226221838.4tlBVUzmaE0bpz_3pzRbQJ8j4Lw7mMdw8KIzO4zfI3o@z> commit: 5a09558cbbeca6fda075525103a43d44e5cd5871 Author: Brian Dolbec gentoo org> AuthorDate: Wed Jun 12 04:07:08 2013 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 19:57:22 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5a09558c main.py, lock.py, fileops.py remove shebangs --- catalyst/fileops.py | 1 - catalyst/lock.py | 3 ++- 2 files changed, 2 insertions(+), 2 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 12d0754..a6f9d3a 100644 --- a/catalyst/lock.py +++ b/catalyst/lock.py @@ -1,4 +1,5 @@ -#!/usr/bin/python + + import os import fcntl import errno