From 04834ce5f7fe848cd77ad6c8162bcc04b7f95f79 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 26 Jan 2006 13:25:13 +0000 Subject: [PATCH] allow setting python to verbose mode --- lib/python/python.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.30.2