diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-06-02 17:06:39 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-06-02 17:06:39 +0200 |
commit | 8024b6ca0335cb59f737769f2e573435e32dd155 (patch) | |
tree | a7aa3da017f04b56191fa2d93fd22096e269eef0 /lib/Plugins/Python.h | |
parent | 8966e621a0809d2109133f180db6a23bb4335843 (diff) | |
download | abrt-8024b6ca0335cb59f737769f2e573435e32dd155.tar.gz abrt-8024b6ca0335cb59f737769f2e573435e32dd155.tar.xz abrt-8024b6ca0335cb59f737769f2e573435e32dd155.zip |
New hook for python apps
- minor fixes in python analyzer
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r-- | lib/Plugins/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index 620ba37..3c23e08 100644 --- a/lib/Plugins/Python.h +++ b/lib/Plugins/Python.h @@ -23,7 +23,7 @@ PLUGIN_INFO(ANALYZER, "Python", "0.0.1", "Simple Python analyzer plugin.", - "zprikryl@redhat.com", + "zprikryl@redhat.com, jmoskovc@redhat.com", "https://fedorahosted.org/abrt/wiki"); |