projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78130b8
)
pygrub: Add 64bit library path to pygrub default search path.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 30 Jul 2008 08:23:47 +0000
(09:23 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 30 Jul 2008 08:23:47 +0000
(09:23 +0100)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/pygrub/src/pygrub
patch
|
blob
|
history
diff --git
a/tools/pygrub/src/pygrub
b/tools/pygrub/src/pygrub
index 46ed7136644c2665c3ae95c62f4ec373cccbc3bf..48855adc45f38a6e378a69bb5bbf41c78a780772 100644
(file)
--- a/
tools/pygrub/src/pygrub
+++ b/
tools/pygrub/src/pygrub
@@
-21,7
+21,7
@@
import platform
import curses, _curses, curses.wrapper, curses.textpad, curses.ascii
import getopt
-sys.path = [ '/usr/lib/python' ] + sys.path
+sys.path = [ '/usr/lib/python'
, '/usr/lib64/python'
] + sys.path
import fsimage
import grub.GrubConf