projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f2cb7
)
In t_expire_warn.py, put the hashbang line at the top, instead of
author
Greg Hudson
<ghudson@mit.edu>
Tue, 18 Jan 2011 17:51:58 +0000
(17:51 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Tue, 18 Jan 2011 17:51:58 +0000
(17:51 +0000)
after the copyright comments.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24598
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/t_expire_warn.py
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/t_expire_warn.py
b/src/lib/krb5/krb/t_expire_warn.py
index dc49a4c032185ee7de3358133d43c453dc8c02f0..8d8ade93063080ad70b918f601abc5c71c174cb6 100644
(file)
--- 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.