~ubuntu-branches/ubuntu/quantal/gnome-menus2/quantal

« back to all changes in this revision

Viewing changes to debian/patches/10_use-default-python-path.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-26 11:43:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110826114302-vgdcyicgxh3xzyzn
Tags: 3.0.1-0ubuntu6
Restore old gnome-menus, the lib still has some rdepends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: gnome-menus-2.18.3/simple-editor/gmenu-simple-editor.in
 
2
===================================================================
 
3
--- gnome-menus-2.18.3.orig/simple-editor/gmenu-simple-editor.in        2007-07-02 19:15:26.000000000 +0200
 
4
+++ gnome-menus-2.18.3/simple-editor/gmenu-simple-editor.in     2007-07-17 18:45:40.274547699 +0200
 
5
@@ -20,9 +20,6 @@
 
6
 
 
7
 import sys
 
8
 
 
9
-if not "@pyexecdir@" in sys.path:
 
10
-    sys.path.insert (0, "@pyexecdir@")
 
11
-
 
12
 import GMenuSimpleEditor.main
 
13
 
 
14
 GMenuSimpleEditor.main.main (sys.argv[1:])