Woblink store

This commit is contained in:
Tomasz Długosz 2011-05-21 13:41:10 +02:00
parent ac528314c3
commit 35ee75d434

View File

@ -1236,6 +1236,12 @@ class StoreWizardsTowerBooksStore(StoreBase):
description = 'Wizard\'s Tower Press.' description = 'Wizard\'s Tower Press.'
actual_plugin = 'calibre.gui2.store.wizards_tower_books_plugin:WizardsTowerBooksStore' actual_plugin = 'calibre.gui2.store.wizards_tower_books_plugin:WizardsTowerBooksStore'
class StoreWoblinkStore(StoreBase):
name = 'Woblink'
author = 'Tomasz Długosz'
description = _('Czytanie zdarza się wszędzie!')
actual_plugin = 'calibre.gui2.store.woblink_plugin:WoblinkStore'
plugins += [ plugins += [
StoreArchiveOrgStore, StoreArchiveOrgStore,
StoreAmazonKindleStore, StoreAmazonKindleStore,
@ -1264,7 +1270,8 @@ plugins += [
StoreSmashwordsStore, StoreSmashwordsStore,
StoreWaterstonesUKStore, StoreWaterstonesUKStore,
StoreWeightlessBooksStore, StoreWeightlessBooksStore,
StoreWizardsTowerBooksStore StoreWizardsTowerBooksStore,
StoreWoblinkStore
] ]
# }}} # }}}