diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 21:16:42 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 21:16:42 +0000 |
commit | 758741797eff1d6a4ddfc55314886d75f5cb3030 (patch) | |
tree | 0f306971b84ec3691247ecab1e9a282163fe26e3 | |
parent | fc6960523478d751db85d7be5a387f91c33503ff (diff) | |
download | sos-758741797eff1d6a4ddfc55314886d75f5cb3030.tar.gz |
remove shebang from lib
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@886 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rwxr-xr-x | sos/sosreport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py index 814f07cb..bce9bb9f 100755 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -1,4 +1,3 @@ -#!/usr/bin/python """ Gather information about a system and report it using plugins supplied for application-specific information |