mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-19 02:15:53 -05:00
upstream bs4 has changed self.unicode to self.unicode_markup, but calibre does not use UnicodeDammit. Leave this in its historic, horribly confusing state, as it should not cause harm to have a class instance attribute with the same name as a python2 object type.