1
--- a/src/eog-python-module.c
2
+++ b/src/eog-python-module.c
5
PySys_SetArgv (1, argv);
7
+ /* Sanitize sys.path */
8
+ PyRun_SimpleString("import sys; sys.path = filter(None, sys.path)");
10
if (!check_pygtk2 ()) {
11
/* Warning message already printed in check_pygtk2 */
12
goto python_init_error;