~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to src/calibre/ebooks/metadata/lit.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-03-03 22:02:28 UTC
  • mfrom: (1.3.31)
  • Revision ID: package-import@ubuntu.com-20120303220228-kcahn2y83sh71bgh
Tags: 0.8.41+dfsg-1
* New upstream release.
* debian/control: Add libpoppler-private-dev build dependency, thanks Pino
  Toscano. (Closes: #660114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    litfile = LitContainer(stream, Log())
15
15
    src = litfile.get_metadata().encode('utf-8')
16
16
    litfile = litfile._litfile
17
 
    opf = OPF(cStringIO.StringIO(src), os.getcwd())
 
17
    opf = OPF(cStringIO.StringIO(src), os.getcwdu())
18
18
    mi = opf.to_book_metadata()
19
19
    covers = []
20
20
    for item in opf.iterguide():