aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/python.cpp')
-rw-r--r--lib/python/python.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/python.cpp b/lib/python/python.cpp
index 2d84287b..4ca77ab2 100644
--- a/lib/python/python.cpp
+++ b/lib/python/python.cpp
@@ -59,6 +59,8 @@ ePyObject &ePyObject::operator=(void *object)
ePython::ePython()
{
+// Py_VerboseFlag = 1;
+
Py_Initialize();
init_enigma();