pyflakes fixes

This commit is contained in:
Romain Bignon 2011-12-04 12:02:44 +01:00
commit 3a02f12bdb
5 changed files with 11 additions and 19 deletions

View file

@ -363,7 +363,7 @@ class AuMBrowser(BaseBrowser):
url = '%simage1.jpg' % base_url
try:
self.openurl(url)
except BrowserHTTPNotFound, e:
except BrowserHTTPNotFound:
pass
else:
profile['pictures'].append({'url': url, u'hidden': True, 'id': u'0', 'rating': 0.0})