summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Python.cpp')
-rw-r--r--lib/Plugins/Python.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp
index f58a6c90..c3677e7b 100644
--- a/lib/Plugins/Python.cpp
+++ b/lib/Plugins/Python.cpp
@@ -48,3 +48,12 @@ void CAnalyzerPython::DeInit()
fOutPySiteCustomize.close();
}
}
+
+PLUGIN_INFO(ANALYZER,
+ CAnalyzerPython,
+ "Python",
+ "0.0.1",
+ "Simple Python analyzer plugin.",
+ "zprikryl@redhat.com, jmoskovc@redhat.com",
+ "https://fedorahosted.org/abrt/wiki",
+ "");