Change flask restful module name

It moved from flask.ext.restful to flask_restful.

Change-Id: I160e665976b13a263ee04a0472b67c0fd99e218d
This commit is contained in:
Vladyslav Drok 2018-06-26 19:59:32 +03:00
parent 7498845c68
commit 6dc053296f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# encoding=utf8
import unittest
from flask import Flask, json, abort
from flask.ext import restful
import flask_restful as restful
from wsmeext.flask import signature
from wsme.api import Response