[Python-checkins] release: Add a shebang, for good measure.

georg.brandl python-checkins at python.org
Mon Mar 10 09:06:31 CET 2014


http://hg.python.org/release/rev/a3391892eb9e
changeset:   84:a3391892eb9e
user:        Georg Brandl <georg at python.org>
date:        Mon Mar 10 09:06:18 2014 +0100
summary:
  Add a shebang, for good measure.

files:
  add-to-pydotorg.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/add-to-pydotorg.py b/add-to-pydotorg.py
--- a/add-to-pydotorg.py
+++ b/add-to-pydotorg.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """
 Script to add ReleaseFile objects for Python releases on the new pydotorg.
 To use (RELEASE is something like 3.3.5rc2):

-- 
Repository URL: http://hg.python.org/release


More information about the Python-checkins mailing list