mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:08:55 +02:00
...
This commit is contained in:
parent
fa67ceaeb2
commit
5d37af5e24
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ class Container(object):
|
|||
directory. They always contain POSIX separators and are unquoted. They
|
||||
can be thought of as canonical identifiers for files in the book.
|
||||
Most methods on the container object work with names.
|
||||
|
||||
When converting between hrefs and names use the methods provided by this
|
||||
class, they assume all hrefs are quoted.
|
||||
'''
|
||||
|
||||
book_type = 'oeb'
|
||||
|
|
|
|||
Loading…
Reference in a new issue