Commit ddf90453 authored by Georg Brandl's avatar Georg Brandl

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

parent b698d260
...@@ -39,7 +39,7 @@ class CurrentTimeTest(unittest.TestCase): ...@@ -39,7 +39,7 @@ class CurrentTimeTest(unittest.TestCase):
def test_python_builders(self): def test_python_builders(self):
# Get the list of builders from the XMLRPC buildbot interface at # Get the list of builders from the XMLRPC buildbot interface at
# python.org. # python.org.
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/") server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
try: try:
builders = server.getAllBuilders() builders = server.getAllBuilders()
except socket.error as e: except socket.error as e:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment