allow setting python to verbose mode
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 26 Jan 2006 13:25:13 +0000 (13:25 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 26 Jan 2006 13:25:13 +0000 (13:25 +0000)
lib/python/python.cpp

index 2d84287baefe3195fac2bb6292f9b13ee368fb10..4ca77ab2f6bf88825d5f62a79b2e5463646bf885 100644 (file)
@@ -59,6 +59,8 @@ ePyObject &ePyObject::operator=(void *object)
 
 ePython::ePython()
 {
+//     Py_VerboseFlag = 1;
+       
        Py_Initialize();
        
        init_enigma();