[gnome-music/wip/merge: 210/343] Add pyexecdir to path instead of pythondir
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 210/343] Add pyexecdir to path instead of pythondir
- Date: Thu, 25 Jul 2013 11:30:33 +0000 (UTC)
commit 0575234b96f1b7ac668213549020ef844a8d54e3
Author: Arnel A. Borja <arnelborja src gnome org>
Date: Wed Jul 17 19:18:29 2013 +0800
Add pyexecdir to path instead of pythondir
Makes sure that we include the path for the correct architecture.
gnome-music.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-music.in b/gnome-music.in
index 23c4545..fdfcb9e 100644
--- a/gnome-music.in
+++ b/gnome-music.in
@@ -1,8 +1,9 @@
#!/usr/bin/env python3
import sys, signal
+sys.path.insert(1, '@pyexecdir@')
+
from gi.repository import Gio, Gtk
-sys.path.insert(1, '@pythondir@')
from gnomemusic.application import Application
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]