ia64/xen-unstable
changeset 1598:5427e66e7ea4
bitkeeper revision 1.1010.1.12 (40e034a8SGRYyRCYSxUptORfuBJ-sw)
Name change fixups.
Name change fixups.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Mon Jun 28 15:09:28 2004 +0000 (2004-06-28) |
parents | 7fc121a3c8a0 |
children | de3b140945e4 |
files | tools/xen/lib/xm/create.py tools/xen/lib/xm/main.py |
line diff
1.1 --- a/tools/xen/lib/xm/create.py Mon Jun 28 15:03:15 2004 +0000 1.2 +++ b/tools/xen/lib/xm/create.py Mon Jun 28 15:09:28 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 Mon Jun 28 15:03:15 2004 +0000 2.2 +++ b/tools/xen/lib/xm/main.py Mon Jun 28 15:09:28 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.