#!/usr/bin/python2.5
from mytube import myTube #deploy env. allow exception
        
if __name__ == "__main__":
    myTube.main()
