Bug#390678: [Pkg-xen-devel] Bug#390678: pygrub import path is incorrect

2007-09-28 Thread Bastian Blank
reassign 390678 xen-3 close 390678 3.1-1 thanks On Mon, Oct 02, 2006 at 10:22:24AM -0400, Jeff Licquia wrote: > Fix: change the added sys.path entry to point > to /usr/lib/xen-3.0.2-1/lib/python. Fixed. Bastian -- You're dead, Jim. -- McCoy, "Amok Time", stardate 3372.7 --

Bug#390678: pygrub import path is incorrect

2006-10-02 Thread Jeff Licquia
Package: xen-utils-3.0.2-1 Version: 3.0.2-3+hg9762-1 >From /usr/lib/xen-3.0.2-1/lib/bin/pygrub: > sys.path = [ '/usr/lib/python' ] + sys.path > > import grub.GrubConf > import grub.fsys But grub.GrubConf, for example, is at /usr/lib/xen-3.0.2-1/lib/python/grub/GrubConf.py. Fix: change the adde