Correct order of plugins to make alphabetic

This commit is contained in:
Charles Haley 2011-04-29 08:51:36 +01:00
parent 99c1c27163
commit 08af7bc087

View File

@ -1197,9 +1197,9 @@ class AmazonDEKindleStore(StoreBase):
plugins += [StoreAmazonKindleStore, AmazonDEKindleStore, StoreAmazonUKKindleStore,
StoreBaenWebScriptionStore, StoreBNStore,
StoreBeWriteStore, StoreDieselEbooksStore, StoreEbookscomStore,
StoreEHarlequinStoretore,
StoreFeedbooksStore, StoreGutenbergStore, StoreKoboStore, StoreManyBooksStore,
StoreEHarlequinStoretore, StoreFeedbooksStore,
StoreFoylesUKStore, StoreGutenbergStore, StoreKoboStore, StoreManyBooksStore,
StoreMobileReadStore, StoreOpenLibraryStore, StoreSmashwordsStore,
StoreFoylesUKStore, StoreWaterstonesUKStore]
StoreWaterstonesUKStore]
# }}}