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

« back to all changes in this revision

Viewing changes to src/calibre/ebooks/metadata/opf2.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:
621
621
                import traceback
622
622
                traceback.print_exc()
623
623
                continue
624
 
            self._user_metadata_ = temp.get_all_user_metadata(True)
 
624
        self._user_metadata_ = temp.get_all_user_metadata(True)
625
625
 
626
626
    def to_book_metadata(self):
627
627
        ans = MetaInformation(self)