Skip to content

Commit a00b16f

Browse files
committed
Change another import.
1 parent 38e9fd7 commit a00b16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/factory/blog/doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from flask import Blueprint
2-
from flask.ext.selfdoc import Autodoc
2+
from flask_selfdoc import Autodoc
33

44

55
doc = Blueprint('doc', __name__, url_prefix='/doc')

0 commit comments

Comments
 (0)