Adam-Langley / pybleno

A direct port of the Bleno bluetooth LE peripheral role library to Python2/3
MIT License
68 stars 34 forks source link

fix NameError: name 'basestring' is not defined #15

Closed hpsaturn closed 6 years ago

hpsaturn commented 6 years ago

The builtin basestring abstract type was removed. Use str instead. From https://docs.python.org/3.0/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit