*: fix legacy imports

This change reorganizes imports and renames the legacy flask extensions.
This commit is contained in:
Jimmy Zelinskie 2016-09-28 20:17:14 -04:00
parent 0d805905dc
commit fc7301be0d
23 changed files with 179 additions and 139 deletions

View file

@ -1,5 +1,6 @@
from functools import wraps
from flask.ext.restful.utils import unpack
from flask_restful.utils import unpack
def cache_control(max_age=55):