Fix too long lines and fix the bug where undefined variable was used in _editPost method in soc.views.models.mentor module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
from query import *
from subqueries import *
from where import AND, OR
from datastructures import EmptyResultSet
__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']