aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-03 10:36:31 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-03 10:36:31 +0100
commit9123bf1da67844083f2fc514f09b27eb61fda716 (patch)
tree5c9552e75cf0307e27af2589b00631c147cb0c7b
parent9bea671737e07be91fb948c125cc4f02af5e2a77 (diff)
downloadxen-9123bf1da67844083f2fc514f09b27eb61fda716.tar.gz
xen-9123bf1da67844083f2fc514f09b27eb61fda716.tar.bz2
xen-9123bf1da67844083f2fc514f09b27eb61fda716.zip
Remove unused import.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
-rw-r--r--tools/python/xen/xm/xenapi_create.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python/xen/xm/xenapi_create.py b/tools/python/xen/xm/xenapi_create.py
index 9e04e19970..2f3b43165a 100644
--- a/tools/python/xen/xm/xenapi_create.py
+++ b/tools/python/xen/xm/xenapi_create.py
@@ -20,7 +20,6 @@
from xen.xm.main import server, get_default_SR
from xml.dom.minidom import parse, getDOMImplementation
-from xml.dom.ext import PrettyPrint
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
from xen.xend import sxp
from xen.xend.XendAPIConstants import XEN_API_ON_NORMAL_EXIT, \