|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [XEND] Comments cleanups
# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Node ID d9320fb7c769c62f3d657d749bd5c6a036308b37
# Parent f592a17acd0f938c12b83d70c1859c6330149605
[XEND] Comments cleanups
Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendAPI.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r f592a17acd0f -r d9320fb7c769 tools/python/xen/xend/XendAPI.py
--- a/tools/python/xen/xend/XendAPI.py Thu Oct 05 17:29:20 2006 +0100
+++ b/tools/python/xen/xend/XendAPI.py Thu Oct 05 17:29:20 2006 +0100
@@ -176,7 +176,7 @@ class XendAPI:
used via XMLRPCServer.
All methods that need a valid session are marked with
- a L{XendAuthManager.ession_required} decorator that will
+ a L{XendAuthManager.session_required} decorator that will
transparently perform the required session authentication.
We need to support Python <2.4, so we use the old decorator syntax.
@@ -282,7 +282,7 @@ class XendAPI:
# Xen API: Class Session
# ----------------------------------------------------------------
- # Left unwrapped by __init__
+ # NOTE: Left unwrapped by __init__
Session_attr_ro = ['this_host', 'this_user']
Session_methods = ['logout']
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [XEND] Comments cleanups,
Xen patchbot-unstable <=
|
|
|
|
|