Create http package. #2883.

This commit is contained in:
Georg Brandl 2008-05-26 16:32:26 +00:00
parent 744c2cd325
commit 2442015af2
50 changed files with 930 additions and 1203 deletions

View file

@ -6,7 +6,7 @@ import sys
import unittest
from test import support
import xmlrpclib.client as xmlrpclib
import xmlrpc.client as xmlrpclib
class CurrentTimeTest(unittest.TestCase):