Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub

2010-07-12 Thread Dmitry Nedospasov
This is a relatively simple fix i found, I don't know if it need to be reported to upstream. Since the script resolves additional dependencies anyway by appending the path, we simply move the import xen.lowlevel.xc line to below the line that appends path. Worked like a charm for me. Rergards,

Bug#588811: [Pkg-xen-devel] Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub

2010-07-12 Thread Bastian Blank
On Mon, Jul 12, 2010 at 06:56:51PM +0200, Dmitry Nedospasov wrote: Since the script resolves additional dependencies anyway by appending the path, we simply move the import xen.lowlevel.xc line to below the line that appends path. I would believe that the correct fix is to remove the usage of

Bug#588811: [Pkg-xen-devel] Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub

2010-07-12 Thread Dmitry Nedospasov
Hello Bastian, On Mon, Jul 12, 2010 at 07:18:28PM +0200, Bastian Blank wrote: I would believe that the correct fix is to remove the usage of the lowlevel interface. I think i agree. I just took a glance over the code, and also fired up a python shell to see what the code is actually used for.