From: Georg Brandl Date: Sun, 24 Jun 2012 18:06:54 +0000 (+0200) Subject: Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. X-Git-Tag: v3.3.0b1~40^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26af3b223f11a59ca7802596e985b34ba2933e9c;p=thirdparty%2FPython%2Fcpython.git Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. --- diff --git a/Lib/test/test_xmlrpc_net.py b/Lib/test/test_xmlrpc_net.py index 9ed8f8d3e7cb..d72f8ac895c5 100644 --- a/Lib/test/test_xmlrpc_net.py +++ b/Lib/test/test_xmlrpc_net.py @@ -39,7 +39,7 @@ class CurrentTimeTest(unittest.TestCase): def test_python_builders(self): # Get the list of builders from the XMLRPC buildbot interface at # python.org. - server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/") + server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/") try: builders = server.getAllBuilders() except socket.error as e: