mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9046241485
commit
b3c6bb4cb1
@ -373,7 +373,7 @@ class InterfaceActionBase(Plugin): # {{{
|
||||
|
||||
def load_actual_plugin(self, gui):
|
||||
'''
|
||||
This method should must the actual interface action plugin object.
|
||||
This method must return the actual interface action plugin object.
|
||||
'''
|
||||
mod, cls = self.actual_plugin.split(':')
|
||||
return getattr(__import__(mod, fromlist=['1'], level=0), cls)(gui,
|
||||
|
Loading…
x
Reference in New Issue
Block a user