pyflakes/pep8 cleaning

This commit is contained in:
Florent 2013-07-23 13:32:22 +02:00
commit 2a7f373168
3 changed files with 13 additions and 8 deletions

View file

@ -90,4 +90,4 @@ class AmeliProBackend(BaseBackend, ICapBill):
if not isinstance(bill, Bill):
bill = self.get_bill(bill)
with self.browser:
return self.browser.readurl(bill._url,urllib.urlencode(bill._args))
return self.browser.readurl(bill._url, urllib.urlencode(bill._args))