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

« back to all changes in this revision

Viewing changes to setup/install.py

ivle.webapp.console.service: Port www/apps/consoleservice to new framework.
    consoleservice now lives under /console/service, and actions are taken
    in the "ivle.op" query argument, not as the last segment of the path.
    Otherwise the interface is identical.
www/apps/console/console.js: Update to new consoleservice interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
        try:
171
171
            conf = open(ivle_revision_record_file, "w")
172
172
 
173
 
            conf.write("""# SVN revision r%d
 
173
            conf.write("""# SVN revision r%s
174
174
# Source tree location: %s
175
175
# Modified files:
176
176
""" % (util.get_svn_revision(), os.getcwd()))