svn rev #24598: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Tue Jan 18 12:51:58 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24598
Commit By: ghudson
Log Message:
In t_expire_warn.py, put the hashbang line at the top, instead of
after the copyright comments.



Changed Files:
U   trunk/src/lib/krb5/krb/t_expire_warn.py
Modified: trunk/src/lib/krb5/krb/t_expire_warn.py
===================================================================
--- trunk/src/lib/krb5/krb/t_expire_warn.py	2011-01-18 17:03:54 UTC (rev 24597)
+++ trunk/src/lib/krb5/krb/t_expire_warn.py	2011-01-18 17:51:58 UTC (rev 24598)
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 # Copyright (C) 2010 by the Massachusetts Institute of Technology.
 # All rights reserved.
 #
@@ -20,7 +22,6 @@
 # this software for any purpose.  It is provided "as is" without express
 # or implied warranty.
 
-#!/usr/bin/python
 from k5test import *
 
 # Create a bare-bones KDC.




More information about the cvs-krb5 mailing list