diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-15 14:11:23 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-15 14:11:23 +0200 |
commit | 2860fc63ac8246fe78efd47d7319b52e8372a48c (patch) | |
tree | f8376a5072505344c1bd2e4c3a009b23598c08f3 /lib/plugins/Python.cpp | |
parent | ae0b34aa23e5c37c323f3ad2499784aabafc0bac (diff) | |
download | abrt-2860fc63ac8246fe78efd47d7319b52e8372a48c.tar.gz abrt-2860fc63ac8246fe78efd47d7319b52e8372a48c.tar.xz abrt-2860fc63ac8246fe78efd47d7319b52e8372a48c.zip |
mve md5 hash from Python plugin to abrtlib
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/plugins/Python.cpp')
-rw-r--r-- | lib/plugins/Python.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plugins/Python.cpp b/lib/plugins/Python.cpp index 5e4cc02a..77839570 100644 --- a/lib/plugins/Python.cpp +++ b/lib/plugins/Python.cpp @@ -19,7 +19,6 @@ #include "abrtlib.h" #include "Python.h" #include "abrt_exception.h" -#include "Python_hash.h" using namespace std; |