Merge pull request #994 from roskoff/master

Added 'import os' statement
This commit is contained in:
Daniel Neuhäuser 2014-03-13 19:25:34 +01:00
commit 2c2c240d6d

View file

@ -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