pallets-eco / flask-environments

Environment tools and configuration for Flask applications
MIT License
30 stars 15 forks source link

use dict.keys() instead of dict.iterkeys() to support both python 2 and 3 #6

Closed jbub closed 8 years ago

jbub commented 10 years ago

use dict.keys() instead of dict.iterkeys() to support both python 2 and 3