cldf-clts / clts-legacy

Cross-Linguistic Transcription Systems
Apache License 2.0
4 stars 3 forks source link

Remove UnicodeMixin #136

Closed Anaphory closed 4 years ago

Anaphory commented 4 years ago

Fixes #135

xrotwang commented 4 years ago

Thanks for the PR. But as long as pyclts supports py2 as well, inheriting from object is not a drop-in replacement for UnicodeMixin. So this fix must be part of a bigger PR, removing py2 support.

xrotwang commented 4 years ago

@Anaphory just released pyclts 1.3 which fixes this issue.