summaryrefslogtreecommitdiffstats
path: root/src/report-python/reportmodule.c
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-16 14:37:44 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-16 14:37:44 +0100
commit099b99f3efae13bc5085d36dcbced089e46b4e9b (patch)
tree78fc7fb7e4c2aebd6fce06eaad5cc3b762125d22 /src/report-python/reportmodule.c
parent0bca10149e965761a76fc8556c35853b2c6cd27a (diff)
parenta330886781635606626b3b91432525128d0e8a8f (diff)
downloadabrt-099b99f3efae13bc5085d36dcbced089e46b4e9b.tar.gz
abrt-099b99f3efae13bc5085d36dcbced089e46b4e9b.tar.xz
abrt-099b99f3efae13bc5085d36dcbced089e46b4e9b.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/report-python/reportmodule.c')
-rw-r--r--src/report-python/reportmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/report-python/reportmodule.c b/src/report-python/reportmodule.c
index bd74cff3..fd58a3bd 100644
--- a/src/report-python/reportmodule.c
+++ b/src/report-python/reportmodule.c
@@ -68,7 +68,6 @@ init_pyreport(void)
/* init type objects */
Py_INCREF(&p_crash_data_type);
PyModule_AddObject(m, "crash_data", (PyObject *)&p_crash_data_type);
- PyModule_AddObject(m, "CD_FLAG_SYS" , Py_BuildValue("i", CD_FLAG_SYS ));
PyModule_AddObject(m, "CD_FLAG_BIN" , Py_BuildValue("i", CD_FLAG_BIN ));
PyModule_AddObject(m, "CD_FLAG_TXT" , Py_BuildValue("i", CD_FLAG_TXT ));
PyModule_AddObject(m, "CD_FLAG_ISEDITABLE" , Py_BuildValue("i", CD_FLAG_ISEDITABLE ));