aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/README
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-15 17:56:41 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-15 17:56:41 +0000
commit784905204897c004a990a25aed49dcccb6e2da54 (patch)
treea0de0dc03705b308ec662fbaf70748661abb9496 /tools/examples/README
parent58ae7777f2bc2910ae57900e33a20fc7ef1e3b7f (diff)
downloadxen-784905204897c004a990a25aed49dcccb6e2da54.tar.gz
xen-784905204897c004a990a25aed49dcccb6e2da54.tar.bz2
xen-784905204897c004a990a25aed49dcccb6e2da54.zip
bitkeeper revision 1.800 (4055ee59_zI1OKOsC2EKXBIYFm3OtA)
console_client.py, __init__.py, setup.py, Makefile: new file Many files: New console-terminal client in xenctl.console_client Python package. New option to xc_dom_create (-c on cmdline or auto_console in defaults file) to automatically become a console client. utils.py: Rename: tools/xc/py/XenoUtil.py -> tools/xenctl/lib/utils.py
Diffstat (limited to 'tools/examples/README')
-rw-r--r--tools/examples/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/README b/tools/examples/README
index 82041d7ad1..565b5c5c76 100644
--- a/tools/examples/README
+++ b/tools/examples/README
@@ -5,7 +5,7 @@ This directory contains a set of example scripts for common Xen operations.
For many operations you will either be able to use these scripts directly, or
incorporate code from them into your own scripts.
-The Xc and XenoUtil Python modules provide an API for accessing all this
+The Xc and xenctl.utils Python modules provide an API for accessing all this
functionality - and more - from your own Python programs. These libraries may
contain features for which there aren't yet example scripts written for...