import sys
sys.path.append("../Lib")
execfile("history_test.py")
execfile("history_condition_test.py")
raise SystemExit

