Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD1DCDF91 for ; Fri, 7 Dec 2012 16:11:49 +0000 (UTC) Received: (qmail 93089 invoked by uid 500); 7 Dec 2012 16:11:49 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 93021 invoked by uid 500); 7 Dec 2012 16:11:49 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 92622 invoked by uid 99); 7 Dec 2012 16:11:48 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 16:11:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6C65031D235; Fri, 7 Dec 2012 16:11:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johnsca@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [19/21] git commit: Make sure to put #! linie for python in Message-Id: <20121207161148.6C65031D235@tyr.zones.apache.org> Date: Fri, 7 Dec 2012 16:11:48 +0000 (UTC) Make sure to put #! linie for python in Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/e46a4e4b Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/e46a4e4b Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/e46a4e4b Branch: refs/heads/cj/4691 Commit: e46a4e4b8e775dae557c34ae8b40c255927fa27f Parents: 92da34b Author: Jon Schewe Authored: Wed Nov 28 06:02:22 2012 -0600 Committer: Jon Schewe Committed: Wed Nov 28 06:02:22 2012 -0600 ---------------------------------------------------------------------- scripts/trac_export.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e46a4e4b/scripts/trac_export.py ---------------------------------------------------------------------- diff --git a/scripts/trac_export.py b/scripts/trac_export.py index ae3e55f..41919df 100755 --- a/scripts/trac_export.py +++ b/scripts/trac_export.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import sys from pprint import pprint import csv