Author: adc
Date: Mon Feb 10 02:08:17 2014
New Revision: 1566491
URL: http://svn.apache.org/r1566491
Log:
Should not directly "wire" in the path to python. It precludes the use of
virtualenv.
Modified:
steve/trunk/cmdline/make_issue.py
steve/trunk/whatif.py
Modified: steve/trunk/cmdline/make_issue.py
URL:
http://svn.apache.org/viewvc/steve/trunk/cmdline/make_issue.py?rev=1566491&r1=1566490&r2=1566491&view=diff
==============================================================================
--- steve/trunk/cmdline/make_issue.py (original)
+++ steve/trunk/cmdline/make_issue.py Mon Feb 10 02:08:17 2014
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Modified: steve/trunk/whatif.py
URL:
http://svn.apache.org/viewvc/steve/trunk/whatif.py?rev=1566491&r1=1566490&r2=1566491&view=diff
==============================================================================
--- steve/trunk/whatif.py (original)
+++ steve/trunk/whatif.py Mon Feb 10 02:08:17 2014
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
#####
# Licensed to the Apache Software Foundation (ASF) under one or more