Skip to content

Commit

Permalink
fix ExtDeprecationWarning: Importing flask.ext.httpauth is deprecated…
Browse files Browse the repository at this point in the history
…, use flask_httpauth instead. (#93)

Signed-off-by: Peng Xiao <xiaoquwl@gmail.com>
  • Loading branch information
xiaopeng163 committed Nov 6, 2018
1 parent c267c6b commit dc6c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabgp/api/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import logging
import time

from flask.ext.httpauth import HTTPBasicAuth
from flask_httpauth import HTTPBasicAuth
from flask import Blueprint, request
import flask
from oslo_config import cfg
Expand Down

0 comments on commit dc6c48e

Please sign in to comment.