WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Add missing import.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID e58bf6e0572e54a8fcc9dab456d4b285812d59d4
# Parent  cd0396953d1ae95f95d1d29708e68d68119b1355
Add missing import.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/server/pciquirk.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r cd0396953d1a -r e58bf6e0572e tools/python/xen/xend/server/pciquirk.py
--- a/tools/python/xen/xend/server/pciquirk.py  Tue Sep 05 17:06:02 2006 +0100
+++ b/tools/python/xen/xend/server/pciquirk.py  Tue Sep 05 17:26:17 2006 +0100
@@ -1,5 +1,5 @@ from xen.xend.XendLogging import log
 from xen.xend.XendLogging import log
-from xen.xend.XendError import XendError
+from xen.xend.XendError import XendError, VmError
 import sys
 import os.path
 from xen.xend.sxp import *

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Add missing import., Xen patchbot-unstable <=