diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-07 11:59:10 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-07 11:59:10 +0100 |
| commit | 5fbd48fabf60b2e6e9470a9315307c154126d971 (patch) | |
| tree | 6c545c87253184d360040199659f5e000ad0721b /src/report-python | |
| parent | 42845614d431e7630d91e231ea16557c4f6b1e66 (diff) | |
| parent | 1e2ccb9242a76abeb27ce98aa44c08b3449cccfb (diff) | |
| download | abrt-5fbd48fabf60b2e6e9470a9315307c154126d971.tar.gz abrt-5fbd48fabf60b2e6e9470a9315307c154126d971.tar.xz abrt-5fbd48fabf60b2e6e9470a9315307c154126d971.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/report-python')
| -rw-r--r-- | src/report-python/reportmodule.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/report-python/reportmodule.c b/src/report-python/reportmodule.c index fd58a3bd..41f0ba29 100644 --- a/src/report-python/reportmodule.c +++ b/src/report-python/reportmodule.c @@ -75,7 +75,8 @@ init_pyreport(void) Py_INCREF(&p_dump_dir_type); PyModule_AddObject(m, "dump_dir", (PyObject *)&p_dump_dir_type); - PyModule_AddObject(m, "DD_FAIL_QUIETLY" , Py_BuildValue("i", DD_FAIL_QUIETLY )); + PyModule_AddObject(m, "DD_FAIL_QUIETLY_ENOENT" , Py_BuildValue("i", DD_FAIL_QUIETLY_ENOENT )); + PyModule_AddObject(m, "DD_FAIL_QUIETLY_EACCES" , Py_BuildValue("i", DD_FAIL_QUIETLY_EACCES )); PyModule_AddObject(m, "DD_LOAD_TEXT_RETURN_NULL_ON_FAILURE", Py_BuildValue("i", DD_LOAD_TEXT_RETURN_NULL_ON_FAILURE)); Py_INCREF(&p_run_event_state_type); |
