summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-07-24 10:54:10 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-07-24 10:54:10 +0200
commita2a1ec29e008936654a146df244e4265668bfb31 (patch)
treeb22e4948feea83fecde1bb5ed5d1b4bd368b5bd6 /lib/Plugins/Python.h
parente105dd726b9a7313eb64e2c59d336452439d2f97 (diff)
downloadabrt-a2a1ec29e008936654a146df244e4265668bfb31.tar.gz
abrt-a2a1ec29e008936654a146df244e4265668bfb31.tar.xz
abrt-a2a1ec29e008936654a146df244e4265668bfb31.zip
Added first part of gui support in reporting
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r--lib/Plugins/Python.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h
index 3c23e08..62a4322 100644
--- a/lib/Plugins/Python.h
+++ b/lib/Plugins/Python.h
@@ -24,7 +24,8 @@ PLUGIN_INFO(ANALYZER,
"0.0.1",
"Simple Python analyzer plugin.",
"zprikryl@redhat.com, jmoskovc@redhat.com",
- "https://fedorahosted.org/abrt/wiki");
+ "https://fedorahosted.org/abrt/wiki",
+ "");
#endif /* PYTHON_H_ */