#!/usr/bin/env python

import compileall

compileall.compile_dir(".")

#End of file
