*: fix legacy imports
This change reorganizes imports and renames the legacy flask extensions.
This commit is contained in:
parent
0d805905dc
commit
fc7301be0d
23 changed files with 179 additions and 139 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue