source:
pkg/main/gnome-menus/trunk/debian/patches/10_use-default-python-path.patch
@
176
| Revision 176, 512 bytes checked in by alanbach-guest, 6 years ago (diff) |
|---|
-
simple-editor/gmenu-simple-editor.in
diff -urN gnome-menus-2.14.0.orig/simple-editor/gmenu-simple-editor.in gnome-menus-2.14.0/simple-editor/gmenu-simple-editor.in
old new 20 20 21 21 import sys 22 22 23 if not "@pyexecdir@" in sys.path:24 sys.path.insert (0, "@pyexecdir@")25 26 23 import GMenuSimpleEditor.main 27 24 28 25 GMenuSimpleEditor.main.main (sys.argv[1:])
Note: See TracBrowser
for help on using the repository browser.


