~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/build.py

  • Committer: William Grant
  • Date: 2009-02-18 00:31:21 UTC
  • mto: (1092.1.63 setup-stuff)
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: grantw@unimelb.edu.au-20090218003121-mp7xn08j7aoqk522
Drop phpBB3 from the source tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
    # Compile .py files into .pyc or .pyo files
95
95
    if not no_compile:
 
96
        compileall.compile_dir('www', quiet=True)
96
97
        compileall.compile_dir('ivle', quiet=True)
97
98
        compileall.compile_dir('services', quiet=True)
98
99