use lower_case_with_underscores instead of mixedCase for methods (PEP 8)
This commit is contained in:
parent
e4846ff2a4
commit
d699e307dd
21 changed files with 177 additions and 185 deletions
|
|
@ -36,5 +36,5 @@ class DLFP(Browser):
|
|||
def login(self):
|
||||
self.location('/login.html', 'login=%s&passwd=%s&isauto=1' % (self.username, self.password))
|
||||
|
||||
def isLogged(self):
|
||||
return (self.page and self.page.isLogged())
|
||||
def is_logged(self):
|
||||
return (self.page and self.page.is_logged())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue