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:
		| @@ -165,7 +165,7 @@ def CustomConfigDefault(): | |||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| class ConfigHelperMixin: | class ConfigHelperMixin(object): | ||||||
|     """Allow comfortable retrieving of config values pertaining |     """Allow comfortable retrieving of config values pertaining | ||||||
|     to a section. |     to a section. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nicolas Sebrecht
					Nicolas Sebrecht