~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/customize/builtins.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1475
1475
    headquarters = 'FR'
1476
1476
    formats = ['EPUB', 'MOBI', 'PDF']
1477
1477
 
1478
 
class StoreFoylesUKStore(StoreBase):
1479
 
    name = 'Foyles UK'
1480
 
    author = 'Charles Haley'
1481
 
    description = u'Foyles of London\'s ebook store. Provides extensive range covering all subjects.'
1482
 
    actual_plugin = 'calibre.gui2.store.stores.foyles_uk_plugin:FoylesUKStore'
1483
 
 
1484
 
    headquarters = 'UK'
1485
 
    formats = ['EPUB', 'PDF']
1486
 
    affiliate = True
1487
 
 
1488
1478
class StoreGoogleBooksStore(StoreBase):
1489
1479
    name = 'Google Books'
1490
1480
    description = u'Google Books'
1748
1738
    StoreEKnigiStore,
1749
1739
    StoreEmpikStore,
1750
1740
    StoreFeedbooksStore,
1751
 
    StoreFoylesUKStore,
1752
1741
    StoreGoogleBooksStore,
1753
1742
    StoreGutenbergStore,
1754
1743
    StoreKoboStore,