winfreed.py: handle urllib2.urlopen failures better
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 6 May 2012 08:15:22 +0000 (10:15 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 6 May 2012 08:15:22 +0000 (10:15 +0200)
commit107faf9a94302652a411c3dab5ac6d6a2f7f4f29
tree95b463ce5291c9f947c8d97f8f61318f71c53dec
parente637774436dba5fca9a79fec8161c75adb76a6ff
winfreed.py: handle urllib2.urlopen failures better

Also make clear the difference between src_url and url and why we use
url = response.geturl() to get the latter.
winfreed.py