diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-12 19:07:35 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-12 19:07:35 +0100 |
| commit | ebca5d14587febec8f584ea2cfcc4592d0c17c34 (patch) | |
| tree | fde2a4f7cfc687d9e5dac4b5b6a4be13ab724f6b /src/plugins/Python.cpp | |
| parent | 93549e6dd2e64eeaa825997668d9342ad89547f2 (diff) | |
| download | abrt-ebca5d14587febec8f584ea2cfcc4592d0c17c34.tar.gz abrt-ebca5d14587febec8f584ea2cfcc4592d0c17c34.tar.xz abrt-ebca5d14587febec8f584ea2cfcc4592d0c17c34.zip | |
Removed "old" Kerneloops and Python analyzers. They were empty
Run-tested that python crashes are still caught
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Python.cpp')
| -rw-r--r-- | src/plugins/Python.cpp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/Python.cpp b/src/plugins/Python.cpp deleted file mode 100644 index e955b5fb..00000000 --- a/src/plugins/Python.cpp +++ /dev/null @@ -1,30 +0,0 @@ -/* - Copyright (C) 2010 ABRT team - Copyright (C) 2010 RedHat Inc - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -#include "abrtlib.h" -#include "Python.h" -#include "abrt_exception.h" - -PLUGIN_INFO(ANALYZER, - CAnalyzerPython, - "Python", - "0.0.1", - _("Analyzes crashes in Python programs"), - "zprikryl@redhat.com, jmoskovc@redhat.com", - "https://fedorahosted.org/abrt/wiki", - ""); |
