Closed danikmil closed 5 years ago
It is solved with https://github.com/tinyerp/erppeek/pull/101
In python2 the basestring
is the parent of unicode
, so we don't need to check unicode
if basestring
is checked.
In python3 everything 'is' str
so we don't have to check it.
If you are having problems with it is probably you have the same problem than in https://github.com/tinyerp/erppeek/pull/101 , the basestring
is set as basestring = str
because the check of PY2
is wrong.
superseded by #101
see
TravisCI
build; not python3 compatible