update readme

This commit is contained in:
Matthew Scragg 2015-11-22 11:19:11 -06:00
parent 1e62997272
commit 4063754e12
6 changed files with 72 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from flask import abort, g, render_template, request, redirect, Blueprint, flash, url_for, current_app
from flask import render_template, request, Blueprint
from realms import search as search_engine
blueprint = Blueprint('search', __name__)