git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use service compare strings instead of eServiceReferences in parental control
[enigma2.git]
/
lib
/
python
/
python.cpp
diff --git
a/lib/python/python.cpp
b/lib/python/python.cpp
index 23e83e98f26af5d5931eeaf10f0320d9d64033fc..119bff1c0bdd006c61c1a98755f0f7227dde9938 100644
(file)
--- a/
lib/python/python.cpp
+++ b/
lib/python/python.cpp
@@
-62,7
+62,7
@@
ePython::ePython()
{
// Py_VerboseFlag = 1;
-
Py_OptimizeFlag = 1;
+
//
Py_OptimizeFlag = 1;
Py_Initialize();