[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Added missing import socket statement.
# HG changeset patch # User emellor@ewan # Node ID b6e58e2daff8c1ee676950fb3624e06690fed9fe # Parent 909172f2aa54035d5b918528eea0bcc4aaf15429 Added missing import socket statement. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 909172f2aa54 -r b6e58e2daff8 tools/python/xen/web/http.py --- a/tools/python/xen/web/http.py Sat Sep 24 22:10:31 2005 +++ b/tools/python/xen/web/http.py Tue Sep 27 11:29:36 2005 @@ -22,6 +22,7 @@ from mimetools import Message from cStringIO import StringIO import math +import socket import time import cgi _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |