Skip to content

Commit 8d304e6

Browse files
committed
Change another import.
1 parent a00b16f commit 8d304e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/blog.py

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

33
from flask import Flask, redirect, request
4-
from flask.ext.selfdoc import Autodoc
4+
from flask_selfdoc import Autodoc
55

66

77
app = Flask(__name__)

0 commit comments

Comments
 (0)