JonathanRaiman / epub_conversion

Python package for converting xml and epubs to text files
34 stars 12 forks source link

Fix typo in import #1

Closed jwjimmy closed 7 years ago

jwjimmy commented 7 years ago

The exception in the zipfile package is called zipfile.BadZipfile, not zipfile.BadZipFile. Source: https://docs.python.org/2/library/zipfile.html#zipfile.BadZipfile

When I use this out of the box, I get an import error. Fixing the typo fixes the import error.