migrating flask imports (#525)

This commit is contained in:
kevgliss
2016-11-22 21:11:20 -08:00
committed by GitHub
parent 06a920502c
commit 8e5323e2d7
19 changed files with 23 additions and 23 deletions

View File

@ -12,7 +12,7 @@ import random
from cryptography import x509
from cryptography.hazmat.backends import default_backend
from flask.ext.restful.reqparse import RequestParser
from flask_restful.reqparse import RequestParser
paginated_parser = RequestParser()