mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to implement get_resource_reader() for plugins
This commit is contained in:
parent
5b13ebd699
commit
812ceb2247
@ -138,6 +138,9 @@ class CalibrePluginLoader:
|
||||
self.fullname_in_plugin == other.fullname_in_plugin
|
||||
)
|
||||
|
||||
def get_resource_reader(self, fullname=None):
|
||||
return self
|
||||
|
||||
def __hash__(self):
|
||||
return hash(self.name) ^ hash(self.plugin_name) ^ hash(self.fullname_in_plugin)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user