From e1b0cfdacfdf772eaa9cf700191b431bc5d1f5df Mon Sep 17 00:00:00 2001 From: John Schember Date: Mon, 9 May 2011 18:49:13 -0400 Subject: [PATCH] Store: Make mention of declined.txt in comments. --- src/calibre/gui2/store/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/gui2/store/__init__.py b/src/calibre/gui2/store/__init__.py index 214ede3372..35fa440b28 100644 --- a/src/calibre/gui2/store/__init__.py +++ b/src/calibre/gui2/store/__init__.py @@ -43,6 +43,8 @@ class StorePlugin(object): # {{{ The easiest way to handle affiliate money payouts is to randomly select between the author's affiliate id and calibre's affiliate id so that 70% of the time the author's id is used. + + See declined.txt for a list of stores that do not want to be included. ''' def __init__(self, gui, name):