twardoch / mkdocs-combine

Convert an MkDocs Markdown source site to a single Markdown document
https://twardoch.github.io/mkdocs-combine/
Apache License 2.0
38 stars 17 forks source link

Fixed a python3 str / unicode type bug #14

Closed Gjacquenot closed 6 years ago

Gjacquenot commented 6 years ago

@twardoch This PR fixes the case for Python3 where unicode is no longer a python keyword.

Gjacquenot commented 6 years ago

Thanks @twardoch !

twardoch commented 6 years ago

Somehow, ever since this whole py2 vs. py3 came along years ago, coding in Python stopped being fun. So much tedious maintenance these days.