euscan: fix some errors

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-09-06 09:17:08 +02:00
parent 833f1253a1
commit 8dc19b9856
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ def scan(cpv, url):
output.einfo("Using: " + url)
try:
fp = helpers.urlopen(url, None, 5)
fp = helpers.urlopen(url)
except urllib2.URLError:
return []
except IOError: