ConfigHelperMixin must be new-style class to not break inheritance
Github-fix: https://github.com/OfflineIMAP/offlineimap/issues/363 Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
e460228bfc
commit
b19eaebad1
@ -165,7 +165,7 @@ def CustomConfigDefault():
|
||||
|
||||
|
||||
|
||||
class ConfigHelperMixin:
|
||||
class ConfigHelperMixin(object):
|
||||
"""Allow comfortable retrieving of config values pertaining
|
||||
to a section.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user