From: Greg Hudson Date: Tue, 18 Jan 2011 17:51:58 +0000 (+0000) Subject: In t_expire_warn.py, put the hashbang line at the top, instead of X-Git-Tag: krb5-1.10-alpha1~616 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b7e9228f154d7f2aab864084ff7f0e9ab53684cd;p=krb5.git In t_expire_warn.py, put the hashbang line at the top, instead of after the copyright comments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24598 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/t_expire_warn.py b/src/lib/krb5/krb/t_expire_warn.py index dc49a4c03..8d8ade930 100644 --- a/src/lib/krb5/krb/t_expire_warn.py +++ b/src/lib/krb5/krb/t_expire_warn.py @@ -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.