update logo url (#20695)

This commit is contained in:
Benjamin Peterson 2014-02-19 22:51:08 -05:00
parent 2ac9d31108
commit 0b1faeab6f
1 changed files with 1 additions and 1 deletions

View File

@ -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')