Properly check if a program is active
Also cleaned up checkIsHost, which got merge-mangled when refactoring
the access module.
Patch by: Sverre Rabbelier
from query import *from subqueries import *from where import AND, ORfrom datastructures import EmptyResultSet__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']