From 8ae27a865f2d14bbe13bc30ec7ee5c1036bfe26c Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 21 May 2011 21:21:53 -0400 Subject: [PATCH] ... --- src/calibre/gui2/store/config/store.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/calibre/gui2/store/config/store.py b/src/calibre/gui2/store/config/store.py index 0e05514867..ddc24870bd 100644 --- a/src/calibre/gui2/store/config/store.py +++ b/src/calibre/gui2/store/config/store.py @@ -6,6 +6,10 @@ __license__ = 'GPL 3' __copyright__ = '2011, John Schember ' __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()