mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ab55a25674
commit
8ae27a865f
@ -6,6 +6,10 @@ __license__ = 'GPL 3'
|
|||||||
__copyright__ = '2011, John Schember <john@nachtimwald.com>'
|
__copyright__ = '2011, John Schember <john@nachtimwald.com>'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|
||||||
|
'''
|
||||||
|
Config widget access functions for configuring the store action.
|
||||||
|
'''
|
||||||
|
|
||||||
def config_widget():
|
def config_widget():
|
||||||
from calibre.gui2.store.config.search_widget import StoreConfigWidget
|
from calibre.gui2.store.config.search_widget import StoreConfigWidget
|
||||||
return StoreConfigWidget()
|
return StoreConfigWidget()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user