Add missing import.

This commit is contained in:
Georg Brandl 2010-02-06 23:58:25 +00:00
parent 1f6176e794
commit 12cad204a0

View file

@ -3,6 +3,7 @@ import httplib
from test import test_support
import threading
import time
import socket
import unittest
import xmlrpclib