From c91d721a4a7fb52e3763d34a8956138f7f2f9591 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 May 2011 23:23:38 +0200 Subject: remove abrt-handle-crashdump: abrt-cli now has all its features. closes 244 Signed-off-by: Denys Vlasenko --- src/report-python/__init__.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/report-python') diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py index 1e87dc47..3e55ea38 100644 --- a/src/report-python/__init__.py +++ b/src/report-python/__init__.py @@ -119,11 +119,6 @@ def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSig return cd def report(cd, io_unused): - #dd = cd.create_dump_dir() - #dir_name = dd.name - #dd.close() - #r = os.spawnlp(P_WAIT, "abrt-handle-crashdump", "abrt-handle-crashdump", "-d", dirname, "-e" , "report"); - ### Silmpler alternative: state = run_event_state() #state.logging_callback = logfunc r = state.run_event_on_problem_data(cd, "report") -- cgit