From 08af7bc08782c7a932ddbe62534da3420292a4f7 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Fri, 29 Apr 2011 08:51:36 +0100 Subject: [PATCH] Correct order of plugins to make alphabetic --- src/calibre/customize/builtins.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/customize/builtins.py b/src/calibre/customize/builtins.py index b11e641d4b..b3bca01c5b 100644 --- a/src/calibre/customize/builtins.py +++ b/src/calibre/customize/builtins.py @@ -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] # }}}