closeio / flask-common

Some commonly shared code for Flask, MongoEngine, and Python apps
26 stars 4 forks source link

Python 3 fixes in utils.py #29

Closed thomasst closed 7 years ago

thomasst commented 7 years ago

This makes the utils.py module importable from Python 3 apps. It also reduces required dependencies by inlining certain 3rd-party imports. class Semaphore backport is being removed since we don't use it / don't plan on using it.

wojcikstefan commented 7 years ago

Looks fine at a glance