diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sosreport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sosreport b/bin/sosreport index 43d58acb..3c2b5e03 100755 --- a/bin/sosreport +++ b/bin/sosreport @@ -15,7 +15,7 @@ try: # allow running from the git checkout, even though as of 4.0 we are moving # binaries into a bin/ top-level directory. sys.path.append(os.getcwd()) - from sos.report.sosreport import main + from sos.report import main except KeyboardInterrupt: raise SystemExit() |