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:
Nicolas Sebrecht 2016-07-30 04:23:25 +02:00
parent e460228bfc
commit b19eaebad1
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ def CustomConfigDefault():
class ConfigHelperMixin:
class ConfigHelperMixin(object):
"""Allow comfortable retrieving of config values pertaining
to a section.