#!/usr/bin/python2.2

import boot
__name__=='__main__' and boot.go()
