#!/opt/opensvc/bin/python

try:
    while True:
        print "yes"
except:
    pass
