aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-31 09:32:19 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-31 09:32:19 +0000
commitcf5e514eaef4f15fdffead5325d129a6c3058897 (patch)
tree456fcc7a8a2182c7ca478d271c1b2eb512f8bdd6 /tools
parent0f9c68f0c243757d3104c6d48c4fda1839edf6f2 (diff)
parentf2070412f6aa3d403271a715802e64596dce1a41 (diff)
downloadxen-cf5e514eaef4f15fdffead5325d129a6c3058897.tar.gz
xen-cf5e514eaef4f15fdffead5325d129a6c3058897.tar.bz2
xen-cf5e514eaef4f15fdffead5325d129a6c3058897.zip
bitkeeper revision 1.1607 (429c2f231bx3kugLWzaDsPB4OQMBAA)
Merge
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendConsole.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/python/xen/xend/XendConsole.py b/tools/python/xen/xend/XendConsole.py
index 98294c4e31..7a04f5ddde 100644
--- a/tools/python/xen/xend/XendConsole.py
+++ b/tools/python/xen/xend/XendConsole.py
@@ -1,8 +1,5 @@
# Copyright (C) 2004 Mike Wray <mike.wray@hp.com>
-import xen.lowlevel.xc
-xc = xen.lowlevel.xc.new()
-
import XendRoot; xroot = XendRoot.instance()
from XendError import XendError