Fixed blog on home view
For some reason the script does not work if it resides in it's own
file, perhaps some JS guru can enlighten?
Patch by: Sverre Rabbelier
from query import *
from subqueries import *
from where import AND, OR
from datastructures import EmptyResultSet
__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']