mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:13:38 +02:00
...
This commit is contained in:
parent
ab55a25674
commit
8ae27a865f
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
|||
__copyright__ = '2011, John Schember <john@nachtimwald.com>'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
'''
|
||||
Config widget access functions for configuring the store action.
|
||||
'''
|
||||
|
||||
def config_widget():
|
||||
from calibre.gui2.store.config.search_widget import StoreConfigWidget
|
||||
return StoreConfigWidget()
|
||||
|
|
|
|||
Loading…
Reference in a new issue