scraperwiki / dumptruck

Painlessly move data in and out of a SQLite database.
http://sensiblecode.io
BSD 2-Clause "Simplified" License
43 stars 11 forks source link

convert.py: Replace type checks with isinstance. #23

Closed StevenMaude closed 10 years ago

StevenMaude commented 10 years ago

Lines 97 and 99 fix str and unicode subclasses raising ValueError, e.g. lxml.etree._ElementStringResult. Change line 76 for consistency.