summaryrefslogtreecommitdiff
blob: 1f4a12e8fa0e9aa2610c6afb468cf03a73927210 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- epiphany-browser-2.22.3.orig/src/ephy-python.c
+++ epiphany-browser-2.22.3/src/ephy-python.c
@@ -51,6 +51,8 @@
 
 	argv[0] = g_get_prgname ();
 	PySys_SetArgv (1, argv);
+	/* Sanitize sys.path */
+	PyRun_SimpleString("import sys; sys.path = filter(None, sys.path)");
 
 	init_pygobject ();
 	init_pygtk ();