diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/python.cpp | 2 |
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(); |
