This commit is contained in:
Kovid Goyal 2013-02-10 17:44:33 +05:30
parent fa67ceaeb2
commit 5d37af5e24

View File

@ -49,6 +49,9 @@ class Container(object):
directory. They always contain POSIX separators and are unquoted. They directory. They always contain POSIX separators and are unquoted. They
can be thought of as canonical identifiers for files in the book. can be thought of as canonical identifiers for files in the book.
Most methods on the container object work with names. 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' book_type = 'oeb'