diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-07 12:37:45 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-07 12:37:45 +0100 |
commit | 6b36135970dd9ba4694e626e3fbd8166c64d8cdc (patch) | |
tree | 09468c7403bdd77ceddb02ac3571e83a6a504406 /lib/Plugins/Python.cpp | |
parent | 9fa0918b822b4d81a8adf7392c4e18e87d351872 (diff) | |
download | abrt-6b36135970dd9ba4694e626e3fbd8166c64d8cdc.tar.gz abrt-6b36135970dd9ba4694e626e3fbd8166c64d8cdc.tar.xz abrt-6b36135970dd9ba4694e626e3fbd8166c64d8cdc.zip |
ccpp: add a possibility to disable backtrace generation
+ assorted minor tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.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 906e815..23d6f5c 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -1,4 +1,3 @@ -#include <fstream> #include "Python.h" #include "DebugDump.h" #include "ABRTException.h" |