more consistent style

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-01-11 10:54:19 +01:00
parent a44718130d
commit 63e499c6f2
2 changed files with 5 additions and 3 deletions

View File

@ -23,8 +23,8 @@ class GmailMaildirRepository(MaildirRepository):
def __init__(self, reposname, account):
"""Initialize a MaildirRepository object. Takes a path name
to the directory holding all the Maildir directories."""
super(GmailMaildirRepository, self).__init__(reposname, account)
super(GmailMaildirRepository, self).__init__(reposname, account)
def getfoldertype(self):
return GmailMaildirFolder