~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-25 23:33:27 UTC
  • Revision ID: grantw@unimelb.edu.au-20090225233327-8ugngtlk95liy19r
Tags: 0.1.9.1
Display a message in UserSettingsView if the user is an admin, rather than
the role, which is gone.

(Google Code issue 102)

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)
97
96
        compileall.compile_dir('ivle', quiet=True)
98
97
        compileall.compile_dir('services', quiet=True)
99
98