]> granicus.if.org Git - python/commitdiff
update logo url (#20695)
authorBenjamin Peterson <benjamin@python.org>
Thu, 20 Feb 2014 03:51:08 +0000 (22:51 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 20 Feb 2014 03:51:08 +0000 (22:51 -0500)
Lib/test/test_urllibnet.py

index cc65d9932bd256c729e0a8a6950c1f7116f5d37d..7c05b0977b133c4212903093161aa72a4ba07d41 100644 (file)
@@ -184,7 +184,7 @@ class urlretrieveNetworkTests(unittest.TestCase):
                               "header is not an instance of mimetools.Message")
 
     def test_data_header(self):
-        logo = "http://www.python.org/community/logos/python-logo-master-v3-TM.png"
+        logo = "http://python.org/static/community_logos/python-logo-master-v3-TM.png"
         file_location, fileheaders = self.urlretrieve(logo)
         os.unlink(file_location)
         datevalue = fileheaders.getheader('Date')