diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-07-24 10:54:10 +0200 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-07-24 10:54:10 +0200 |
commit | a2a1ec29e008936654a146df244e4265668bfb31 (patch) | |
tree | b22e4948feea83fecde1bb5ed5d1b4bd368b5bd6 /lib/Plugins/Python.h | |
parent | e105dd726b9a7313eb64e2c59d336452439d2f97 (diff) | |
download | abrt-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.h | 3 |
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_ */ |