direct-io.hg
changeset 7059:b6e58e2daff8
Added missing import socket statement.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@ewan |
---|---|
date | Tue Sep 27 12:29:36 2005 +0100 (2005-09-27) |
parents | 909172f2aa54 |
children | 299c2d5b5daf |
files | tools/python/xen/web/http.py |
line diff
1.1 --- a/tools/python/xen/web/http.py Sat Sep 24 23:10:31 2005 +0100 1.2 +++ b/tools/python/xen/web/http.py Tue Sep 27 12:29:36 2005 +0100 1.3 @@ -22,6 +22,7 @@ 1.4 from mimetools import Message 1.5 from cStringIO import StringIO 1.6 import math 1.7 +import socket 1.8 import time 1.9 import cgi 1.10