This commit is contained in:
Kovid Goyal 2014-11-05 11:10:16 +05:30
parent 0869226e51
commit e127994456

View File

@ -1115,6 +1115,7 @@ def sanitize_env_vars():
os.environ[var] = orig os.environ[var] = orig
elif var in os.environ: elif var in os.environ:
del os.environ[var] del os.environ[var]
SanitizeLibraryPath = sanitize_env_vars # For old plugins
def open_url(qurl): def open_url(qurl):
# Qt 5 requires QApplication to be constructed before trying to use # Qt 5 requires QApplication to be constructed before trying to use