mycognitive / xgoogle

Python wrapper to Google Search service.
http://www.catonmat.net/blog/python-library-for-google-search/
8 stars 10 forks source link

Fix NameError: name 'name2codepoint' is not defined #17

Closed BoboTiG closed 6 years ago

BoboTiG commented 6 years ago

This handles Python 2 and 3.

As the htmlentitydefs module has been renamed to html.entities in Python 3, do you want me to update other imports?

kenorb commented 6 years ago

As the htmlentitydefs module has been renamed to html.entities in Python 3, do you want me to update other imports?

If that's not the trouble, yes, please.