summaryrefslogtreecommitdiffstats
path: root/src/hooks
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-01-24 17:05:58 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-01-24 17:05:58 +0100
commit96bbe917e31a32571dd27ba3305c0dfb8ad112e0 (patch)
tree9c518d57e5ecd9ff30c4dc13634d0ac9250b2457 /src/hooks
parent47c001d122772edbf9b1741b00bcc987b9a87f0f (diff)
downloadabrt-96bbe917e31a32571dd27ba3305c0dfb8ad112e0.tar.gz
abrt-96bbe917e31a32571dd27ba3305c0dfb8ad112e0.tar.xz
abrt-96bbe917e31a32571dd27ba3305c0dfb8ad112e0.zip
minor cleanup in python handler
- removed unused import subprocess
Diffstat (limited to 'src/hooks')
-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):