direct-io.hg
changeset 7932:c7a46ec8d4df
Remove last remaining use of scheduler.py, so we can remove the whole module.
It's not worth a whole module to save us 8 characters of typing to start a
timer.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
It's not worth a whole module to save us 8 characters of typing to start a
timer.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Mon Nov 21 13:12:09 2005 +0100 (2005-11-21) |
parents | 52a3c06be4f8 |
children | 8fb11d28df0f |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Mon Nov 21 13:09:45 2005 +0100 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Mon Nov 21 13:12:09 2005 +0100 1.3 @@ -34,7 +34,6 @@ from xen.util import asserts 1.4 from xen.util.blkif import blkdev_uname_to_file 1.5 1.6 from xen.xend import image 1.7 -from xen.xend import scheduler 1.8 from xen.xend import sxp 1.9 from xen.xend import XendRoot 1.10 from xen.xend.XendBootloader import bootloader