Fix obvious pep8 errors

This commit is contained in:
Florent 2013-07-23 13:52:18 +02:00
commit a155337b4f
3 changed files with 18 additions and 16 deletions

View file

@ -88,4 +88,4 @@ class AmeliBackend(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))