aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-08-08 17:57:09 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-08-08 17:57:09 +0100
commit820fe9ebf91630e06111ef9ab2acb5fdc8a38046 (patch)
tree4d79770b6e2d768aa67b94ef8d55cf78d97bdcec
parent9651ddfc3bfb910984f36d1651080652a3a892ee (diff)
downloadsos-820fe9ebf91630e06111ef9ab2acb5fdc8a38046.tar.gz
[sosreport] remove duplicate import for 'traceback' module
Fixes #359. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/sosreport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py
index 165c68ce..a093712c 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -655,7 +655,6 @@ class SoSReport(object):
# device, so we call the default hook
sys.__excepthook__(etype, eval_, etrace)
else:
- import traceback
import pdb
# we are NOT in interactive mode, print the exception...
traceback.print_exception(etype, eval_, etrace, limit=2,