diff options
author | Rob Crittenden <rcritten@redhat.com> | 2007-10-17 11:28:37 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2007-10-17 11:28:37 -0400 |
commit | bc52446074fb6013d1f06f1bb579e2cbfcb896b2 (patch) | |
tree | e873a20ad6fbd75e755a5ef16d4214b4a8fd5ca2 /ipa-python/ipaerror.py | |
parent | bd3b07b448f3724b9abf7a4eb3b84143258a0252 (diff) | |
download | freeipa-bc52446074fb6013d1f06f1bb579e2cbfcb896b2.tar.gz freeipa-bc52446074fb6013d1f06f1bb579e2cbfcb896b2.tar.xz freeipa-bc52446074fb6013d1f06f1bb579e2cbfcb896b2.zip |
Fix build issues by combining patches submitted by Michael Gregg and
Karl MacMillan
Remove #!/usr/bin/python from many files to quiet rpmlint
Diffstat (limited to 'ipa-python/ipaerror.py')
-rw-r--r-- | ipa-python/ipaerror.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipa-python/ipaerror.py b/ipa-python/ipaerror.py index 9e9a74140..0106132ca 100644 --- a/ipa-python/ipaerror.py +++ b/ipa-python/ipaerror.py @@ -1,5 +1,3 @@ -#! /usr/bin/python -E -# # Copyright (C) 2007 Red Hat # see file 'COPYING' for use and warranty information # |