[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix reference to HttpXendClientProtocol. This was previously referring to the
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 7256d2425fa795556903b706beed870014c48406 # Parent ef2fff896422a3133d0abb18cce3923eebb1c321 Fix reference to HttpXendClientProtocol. This was previously referring to the abstract base class, which was never going to work. (This is debugging code only, so I presume that no-one has used it for a long time, but it's doing no harm hanging around.) Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r ef2fff896422 -r 7256d2425fa7 tools/python/xen/xend/XendClient.py --- a/tools/python/xen/xend/XendClient.py Tue Dec 13 10:57:18 2005 +++ b/tools/python/xen/xend/XendClient.py Tue Dec 13 17:31:35 2005 @@ -354,7 +354,7 @@ def getHttpServer(srv=None): """Create and return a xend client. """ - return Xend(srv=srv, client=XendClientProtocol()) + return Xend(srv=srv, client=HttpXendClientProtocol()) def getUnixServer(srv=None): """Create and return a unix-domain xend client. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |