Fix deprecation warning in test_xmlrpc.

This commit is contained in:
Ezio Melotti 2010-08-03 05:50:57 +00:00
parent 3ca2a654d2
commit 9d196959fc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import httplib
import socket
import StringIO
import os
from imp import reload
from test import test_support
try: