ia64/xen-unstable
changeset 1618:c8b5788c2603
bitkeeper revision 1.1026.2.3 (40e1802fsHtCzo5wPwaBhLn3j8lCJA)
Fixes to imports required to run "xm something" commands.
Fixes to imports required to run "xm something" commands.
author | gm281@boulderdash.cl.cam.ac.uk |
---|---|
date | Tue Jun 29 14:43:59 2004 +0000 (2004-06-29) |
parents | 9ba1d5f8219c |
children | 43a3c48e97f7 |
files | tools/xen/lib/xm/create.py tools/xen/lib/xm/main.py tools/xen/lib/xm/shutdown.py |
line diff
1.1 --- a/tools/xen/lib/xm/create.py Tue Jun 29 14:31:59 2004 +0000 1.2 +++ b/tools/xen/lib/xm/create.py Tue Jun 29 14:43:59 2004 +0000 1.3 @@ -8,7 +8,7 @@ from xen.xend import sxp 1.4 from xen.xend import PrettyPrint 1.5 from xen.xend.XendClient import server 1.6 1.7 -from xen.xend.xm.opts import * 1.8 +from xen.xm.opts import * 1.9 1.10 gopts = Opts(use="""[options] 1.11
2.1 --- a/tools/xen/lib/xm/main.py Tue Jun 29 14:31:59 2004 +0000 2.2 +++ b/tools/xen/lib/xm/main.py Tue Jun 29 14:43:59 2004 +0000 2.3 @@ -9,7 +9,7 @@ from getopt import getopt 2.4 from xen.xend import PrettyPrint 2.5 from xen.xend import sxp 2.6 from xen.xend.XendClient import server 2.7 -from xen.xend.xm import create, shutdown 2.8 +from xen.xm import create, shutdown 2.9 2.10 class Prog: 2.11 """Base class for sub-programs.
3.1 --- a/tools/xen/lib/xm/shutdown.py Tue Jun 29 14:31:59 2004 +0000 3.2 +++ b/tools/xen/lib/xm/shutdown.py Tue Jun 29 14:43:59 2004 +0000 3.3 @@ -6,7 +6,7 @@ import sys 3.4 import time 3.5 3.6 from xen.xend.XendClient import server 3.7 -from xen.xend.xm.opts import * 3.8 +from xen.xm.opts import * 3.9 3.10 gopts = Opts(use="""[options] [DOM] 3.11