[Python-checkins] r84853 - peps/trunk/propcheck.py

brett.cannon python-checkins at python.org
Thu Sep 16 21:35:17 CEST 2010


Author: brett.cannon
Date: Thu Sep 16 21:35:17 2010
New Revision: 84853

Log:
Make propcheck.py executable.

Modified:
   peps/trunk/propcheck.py   (contents, props changed)

Modified: peps/trunk/propcheck.py
==============================================================================
--- peps/trunk/propcheck.py	(original)
+++ peps/trunk/propcheck.py	Thu Sep 16 21:35:17 2010
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Perform an integrity check upon all PEPs to make sure the needed svn
 properties are set."""
 


More information about the Python-checkins mailing list