diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 18:06:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 18:06:54 (GMT) |
commit | 26af3b223f11a59ca7802596e985b34ba2933e9c (patch) | |
tree | 48cfccf86f07e505c696d755c96414163f9b3b30 | |
parent | 496660c56b2a8d07534dbad4cae5aa0aadaae099 (diff) | |
download | cpython-26af3b223f11a59ca7802596e985b34ba2933e9c.zip cpython-26af3b223f11a59ca7802596e985b34ba2933e9c.tar.gz cpython-26af3b223f11a59ca7802596e985b34ba2933e9c.tar.bz2 |
Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.
-rw-r--r-- | Lib/test/test_xmlrpc_net.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xmlrpc_net.py b/Lib/test/test_xmlrpc_net.py index 9ed8f8d..d72f8ac 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: |