Skip to content

Commit

Permalink
update logo url (python#20695)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Feb 20, 2014
1 parent f6218a2 commit 1b94030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_urllibnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_header(self):
"info is not an instance of email.message.Message")

def test_data_header(self):
logo = "http://www.python.org/community/logos/python-logo-master-v3-TM.png"
logo = "http://www.python.org/static/community_logos/python-logo-master-v3-TM.png"
with self.urlretrieve(logo) as (file_location, fileheaders):
datevalue = fileheaders.get('Date')
dateformat = '%a, %d %b %Y %H:%M:%S GMT'
Expand Down

0 comments on commit 1b94030

Please sign in to comment.