Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.

This commit is contained in:
Georg Brandl 2012-06-24 20:06:54 +02:00
parent 496660c56b
commit 26af3b223f

View file

@ -39,7 +39,7 @@ def test_current_time(self):
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: