getsling / flask-swagger

A swagger 2.0 spec extractor for flask
MIT License
457 stars 91 forks source link

improve the compatibility for python 3 #24

Closed wushaobo closed 8 years ago

wushaobo commented 8 years ago

For python3 (I was using python 3.4), there are two cases as follows that flask-swagger throws exceptions. This commit is to fix it.

atlithorn commented 8 years ago

Thanks!