Skip to content

unicode doesn't exist in python3, use six.text_type instead.

username-removed-262 requested to merge maxking/mailmanclient:fix-python3 into master

I found that our code base still uses unicode which will cause problem when running using python3.

Merge request reports