Browse Source

Added a missing import

pull/888/merge
Armin Ronacher 11 years ago
parent
commit
95fa9f21ec
  1. 1
      docs/tutorial/setup.rst

1
docs/tutorial/setup.rst

@ -14,6 +14,7 @@ load that or import the values from there.
First we add the imports in `flaskr.py`::
# all the imports
import os
import sqlite3
from flask import Flask, request, session, g, redirect, url_for, abort, \
render_template, flash

Loading…
Cancel
Save