~pyneighborhood/pyneighborhood/0.5

« back to all changes in this revision

Viewing changes to build.py

  • Committer: definer
  • Date: 2006-09-16 18:34:46 UTC
  • Revision ID: svn-v3-trunk0:918a6f1d-dd1c-0410-8c33-97c2c1a26c01:trunk:6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
import compileall
 
4
 
 
5
compileall.compile_dir(".")
 
6
 
 
7
#End of file