summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-25 21:14:17 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-25 21:14:17 +0100
commitd5cbfe52eaaa9f690a1e2937faf62781cd52d722 (patch)
tree3562250f215db8bcc7f89e4a063e1713ca4ac171 /src
parent5b9e9ee58b4c778b3c07c1960b874efd058c21a0 (diff)
parentc027dbe7474890f4db63e35f6749424025f17e7f (diff)
downloadabrt-d5cbfe52eaaa9f690a1e2937faf62781cd52d722.tar.gz
abrt-d5cbfe52eaaa9f690a1e2937faf62781cd52d722.tar.xz
abrt-d5cbfe52eaaa9f690a1e2937faf62781cd52d722.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src')
-rw-r--r--src/hooks/abrt_exception_handler.py.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hooks/abrt_exception_handler.py.in b/src/hooks/abrt_exception_handler.py.in
index 6081d639..d12968e1 100644
--- a/src/hooks/abrt_exception_handler.py.in
+++ b/src/hooks/abrt_exception_handler.py.in
@@ -25,7 +25,6 @@ Module for the ABRT exception handling hook
import sys
import os
import syslog
-import subprocess
import socket
def write_dump(pid, tb):