jzempel / stamps

Stamps.com API for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using python3, getting "name 'basestring' is not defined" because basestring is no longer in python, needs to be replaced with str

teewuane opened this issue · comments

'basestring' is no longer in python 3.0 and up.

Need to replace 'basestring' instances with 'str'.