pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 178 forks source link

refactor dict comprehensions #62

Open pall-valmundsson opened 8 years ago

pall-valmundsson commented 8 years ago

Unfortunately Python 2.6 does not support dict comprehensions.

Another unfortunate thing is the lack of support of python 2.6 testing on travis.ci.

pall-valmundsson commented 8 years ago

@mattupstate, any chance you could look at this? RHEL 6, and thus python 2.6, is a constraint for me.