summaryrefslogtreecommitdiffstats
path: root/src/report-python/__init__.py
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-24 19:51:40 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-24 19:51:40 +0200
commita2c4ca958c73ee870850f2e51d62f76a1453aaeb (patch)
tree1e75a376d50bd264847108cc15635d728e6134b6 /src/report-python/__init__.py
parent128381fc93e56cefb2b02b973a2ef3380594c91f (diff)
downloadabrt-a2c4ca958c73ee870850f2e51d62f76a1453aaeb.tar.gz
abrt-a2c4ca958c73ee870850f2e51d62f76a1453aaeb.tar.xz
abrt-a2c4ca958c73ee870850f2e51d62f76a1453aaeb.zip
src/report-python/report.c: Py wrappers around include/report/report.h API
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/__init__.py')
-rw-r--r--src/report-python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py
index 23c8becb..78beff6d 100644
--- a/src/report-python/__init__.py
+++ b/src/report-python/__init__.py
@@ -127,4 +127,4 @@ def report(cd, io_unused):
"""
def report(pd, io_unused):
- result = report_problem_data(pd)
+ result = report_problem(pd)