Store: Make mention of declined.txt in comments.

This commit is contained in:
John Schember 2011-05-09 18:49:13 -04:00
parent fb493ff8de
commit e1b0cfdacf

View File

@ -43,6 +43,8 @@ class StorePlugin(object): # {{{
The easiest way to handle affiliate money payouts is to randomly select 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 between the author's affiliate id and calibre's affiliate id so that
70% of the time the author's id is used. 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): def __init__(self, gui, name):