mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-29 02:04:05 +02:00
Fix imports for collections abstract classes
This commit is contained in:
@@ -32,7 +32,7 @@ def debug():
|
||||
# plugins {{{
|
||||
|
||||
|
||||
class Plugins(collections.Mapping):
|
||||
class Plugins(collections.abc.Mapping):
|
||||
|
||||
def __init__(self):
|
||||
self._plugins = {}
|
||||
|
||||
Reference in New Issue
Block a user