Skip to content

Commit 38e9fd7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom/blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from json import dumps
33

44
from flask import Flask, redirect, request
5-
from flask.ext.selfdoc import Autodoc
5+
from flask_selfdoc import Autodoc
66

77

88
app = Flask(__name__)

0 commit comments

Comments
 (0)