Skip to content

Python 2 compatibility fix

Christiaan requested to merge Kriskras99/pyreflink:master into master

On Python 2 we need to check for unicode instead of string but on Python 3 unicode is not defined. So we define it as str which gives cleaner if-statements

Merge request reports