~ubuntu-branches/debian/wheezy/calibre/wheezy

« back to all changes in this revision

Viewing changes to src/calibre/devices/irexdr/driver.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-12-06 08:33:19 UTC
  • mfrom: (29.4.8 precise)
  • Revision ID: package-import@ubuntu.com-20111206083319-gyvw87vnxeisqktl
Tags: 0.8.28+dfsg-1
* debian/rules get-orig-source: Upstream switched to *.tar.xz, update
  accordingly.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
    MAIN_MEMORY_VOLUME_LABEL  = 'IRex Digital Reader 1000 Main Memory'
35
35
 
36
 
    EBOOK_DIR_MAIN = 'ebooks'
 
36
    EBOOK_DIR_MAIN = ''
37
37
    DELETE_EXTS = ['.mbp']
38
38
    SUPPORTS_SUB_DIRS = True
39
39
 
44
44
    WINDOWS_MAIN_MEM = 'DR800'
45
45
    FORMATS     = ['epub', 'pdb', 'html', 'pdf', 'txt']
46
46
 
47
 
    EBOOK_DIR_MAIN = 'Books'
 
47
    EBOOK_DIR_MAIN = ''
48
48
    DELETE_EXTS = []
49
49
    SUPPORTS_SUB_DIRS = True
50
50