You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2012/12/05 21:01:51 UTC

[10/12] git commit: Make sure to put #! linie for python in

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/tv/5382
Commit: e46a4e4b8e775dae557c34ae8b40c255927fa27f
Parents: 92da34b
Author: Jon Schewe <jp...@mtu.net>
Authored: Wed Nov 28 06:02:22 2012 -0600
Committer: Jon Schewe <jp...@mtu.net>
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