~pyneighborhood/pyneighborhood/0.5

1
2
3
4
5
6
7
#!/usr/bin/env python

import compileall

compileall.compile_dir(".")

#End of file