summaryrefslogtreecommitdiffstats
path: root/src/report-python
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-16 23:23:38 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-16 23:24:04 +0200
commitc91d721a4a7fb52e3763d34a8956138f7f2f9591 (patch)
tree29fc89bb5bb47cf66f614267358e09fd798309d2 /src/report-python
parent79085fda802056f096b61a526e95e08136faf95d (diff)
downloadabrt-c91d721a4a7fb52e3763d34a8956138f7f2f9591.tar.gz
abrt-c91d721a4a7fb52e3763d34a8956138f7f2f9591.tar.xz
abrt-c91d721a4a7fb52e3763d34a8956138f7f2f9591.zip
remove abrt-handle-crashdump: abrt-cli now has all its features. closes 244
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python')
-rw-r--r--src/report-python/__init__.py5
1 files changed, 0 insertions, 5 deletions
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")