Commit 0b1faeab authored by Benjamin Peterson's avatar Benjamin Peterson

update logo url (#20695)

parent 2ac9d311
...@@ -184,7 +184,7 @@ class urlretrieveNetworkTests(unittest.TestCase): ...@@ -184,7 +184,7 @@ class urlretrieveNetworkTests(unittest.TestCase):
"header is not an instance of mimetools.Message") "header is not an instance of mimetools.Message")
def test_data_header(self): 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) file_location, fileheaders = self.urlretrieve(logo)
os.unlink(file_location) os.unlink(file_location)
datevalue = fileheaders.getheader('Date') datevalue = fileheaders.getheader('Date')
......
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