From 2ea3594e12fe020ba372eb9e9b16d16988b5b9d1 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sun, 15 Nov 2009 13:31:55 +0100 Subject: removed the rest of python abrtutils wrapper --- src/Hooks/abrt_exception_handler.py.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in index 4e48c81..c7f7253 100644 --- a/src/Hooks/abrt_exception_handler.py.in +++ b/src/Hooks/abrt_exception_handler.py.in @@ -46,9 +46,6 @@ import sys import os import syslog import subprocess -##ok to delete? -## # abrt lib for saving debugdumps -## import ABRTUtils __DUMPHASH = {} # FIXME: do length limits on obj dumps. -- cgit