Support Python 3
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Apr 2018 16:36:56 +0000 (12:36 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 24 Apr 2018 16:36:56 +0000 (12:36 -0400)
commit226e5cc11c964d807a48839348d8275e4233d70c
treeb1c5bb647cce8695fb8892a8c615128fc486b824
parent95228a4addbaa2d95f7090fca78366a355735e73
Support Python 3

Switch to requests and beautifulsoup4 modules, use the
interoperable print() function, adjust to the updated
exceptions approach, and use dict.items() instead of
the (gone) dict.iteritems().

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py