aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-02-14 15:10:27 +0100
committerMemphiz <memphis@machzwo.de>2015-02-14 15:10:27 +0100
commit5295c73c99e710e8b769deffb7923d213e51ba39 (patch)
tree9bf410d4749a225de4fc94f622161e0dbfc3525c
parent06a408e07f2c621677b2cac11f90f858835f50e9 (diff)
parenta1c9a137e8c4b36a557db13299adee2ee458929b (diff)
Merge pull request #6213 from anaconda/py-case-not-really-ok
[python] Don't set PYTHONCASEOK=1.
-rw-r--r--xbmc/interfaces/python/XBPython.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/interfaces/python/XBPython.cpp b/xbmc/interfaces/python/XBPython.cpp
index f179b12dca..f205510071 100644
--- a/xbmc/interfaces/python/XBPython.cpp
+++ b/xbmc/interfaces/python/XBPython.cpp
@@ -585,7 +585,6 @@ bool XBPython::OnScriptInitialized(ILanguageInvoker *invoker)
CLog::Log(LOGDEBUG, "PYTHONHOME -> %s", CSpecialProtocol::TranslatePath("special://frameworks").c_str());
CLog::Log(LOGDEBUG, "PYTHONPATH -> %s", CSpecialProtocol::TranslatePath("special://frameworks").c_str());
}
- setenv("PYTHONCASEOK", "1", 1); //This line should really be removed
#elif defined(TARGET_WINDOWS)
// because the third party build of python is compiled with vs2008 we need
// a hack to set the PYTHONPATH