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)

[svn-inject] Applying Debian modifications to trunk

  • 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  
    2020 
    2121import sys 
    2222 
    23 if not "@pyexecdir@" in sys.path: 
    24     sys.path.insert (0, "@pyexecdir@") 
    25  
    2623import GMenuSimpleEditor.main 
    2724 
    2825GMenuSimpleEditor.main.main (sys.argv[1:]) 
Note: See TracBrowser for help on using the repository browser.