diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-07-31 12:27:49 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-07-31 12:27:49 -0400 |
commit | 78c9f0b5c50790e8f1c4da3c9409469fb8a6f842 (patch) | |
tree | aaebf9c0c7c2b712c949b6798e7fbd0fa6ef08c3 /sosreport | |
parent | 47ef7ba5395d4bc6553f60a94a79e68bb4ce8201 (diff) | |
download | sos-78c9f0b5c50790e8f1c4da3c9409469fb8a6f842.tar.gz |
[sosreport] remove module comment
This is part of an effort to cleanup syntax throughout the entire python
codebase.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'sosreport')
-rwxr-xr-x | sosreport | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ """ sos entry point. """ -#from sos.sosreport import sosreport, doExitCode from sos.sosreport import main import sys |