|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Fix missing import.
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1175072703 -3600
# Node ID b7c1b412c4727ad8c8e190d8c053ab78a09e390e
# Parent 8a3b9908fd75928bdeab9561f0c989e43dc222b8
Fix missing import.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/util/xmlrpcclient.py | 1 +
tools/python/xen/util/xmlrpclib2.py | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff -r 8a3b9908fd75 -r b7c1b412c472 tools/python/xen/util/xmlrpcclient.py
--- a/tools/python/xen/util/xmlrpcclient.py Wed Mar 28 10:04:32 2007 +0100
+++ b/tools/python/xen/util/xmlrpcclient.py Wed Mar 28 10:05:03 2007 +0100
@@ -19,6 +19,7 @@
from httplib import FakeSocket, HTTPConnection, HTTP
import socket
+import string
import xmlrpclib
from types import StringTypes
diff -r 8a3b9908fd75 -r b7c1b412c472 tools/python/xen/util/xmlrpclib2.py
--- a/tools/python/xen/util/xmlrpclib2.py Wed Mar 28 10:04:32 2007 +0100
+++ b/tools/python/xen/util/xmlrpclib2.py Wed Mar 28 10:05:03 2007 +0100
@@ -21,7 +21,6 @@ An enhanced XML-RPC client/server interf
"""
import re
-import string
import fcntl
from types import *
_______________________________________________
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] Fix missing import.,
Xen patchbot-unstable <=
|
|
|
|
|