This commit is contained in:
John Schember 2011-05-21 21:21:53 -04:00
parent ab55a25674
commit 8ae27a865f

View File

@ -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()