Skip to content

python 3 compatibility

Problem

assemble() is failing in python 3 because python 3 doesn't recognize basestring.

Solution

This simple fix is defining basestring type in case it is not defined.

Merge request reports