mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0869226e51
commit
e127994456
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user