[Python-checkins] r61912 - sandbox/trunk/release/release.py

benjamin.peterson python-checkins at python.org
Tue Mar 25 22:03:56 CET 2008


Author: benjamin.peterson
Date: Tue Mar 25 22:03:55 2008
New Revision: 61912

Modified:
   sandbox/trunk/release/release.py
Log:
Get the ordering of lines right on top


Modified: sandbox/trunk/release/release.py
==============================================================================
--- sandbox/trunk/release/release.py	(original)
+++ sandbox/trunk/release/release.py	Tue Mar 25 22:03:55 2008
@@ -1,5 +1,5 @@
-"An assistant for making Python releases by Benjamin Peterson"
 #!/usr/bin/env python
+"An assistant for making Python releases by Benjamin Peterson"
 from __future__ import with_statement
 
 import sys


More information about the Python-checkins mailing list