docker-offlineimap/offlineimap/repository
Rodolfo García Peñas (kix) e12a702128 GmailMaildir.py Removed __init__
First, in Python 3 we don't need call the super().__init__ explicitly, because Python does it. So, we can remove the line:

super().__init__(reposname, account)

If we leafe the method __init__ empty, the parent __init__ method is not called, we need remove the __init__ and then Python uses the parent __init__ method.
2020-11-01 09:13:17 +01:00
..
__init__.py repository add docstring to files 2020-11-01 08:43:16 +01:00
Base.py repository add docstring to files 2020-11-01 08:43:16 +01:00
Gmail.py Gmail.py removed parent class in super calls 2020-11-01 09:02:09 +01:00
GmailMaildir.py GmailMaildir.py Removed __init__ 2020-11-01 09:13:17 +01:00
IMAP.py repository add docstring to files 2020-11-01 08:43:16 +01:00
LocalStatus.py repository add docstring to files 2020-11-01 08:43:16 +01:00
Maildir.py repository add docstring to files 2020-11-01 08:43:16 +01:00