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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/__init__.py

  • Committer: William Grant
  • Date: 2010-01-29 07:24:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1464.
  • Revision ID: grantw@unimelb.edu.au-20100129072445-2rgie4rin238dzh2
Disable and XXX exception variable support. It has been broken for ages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
        ctx['var_types'] = {
482
482
            'var': 'variable',
483
483
            'arg': 'function argument',
484
 
            'exception': 'exception',
 
484
            # XXX: wgrant 2010-01-29 bug=514160: Need to
 
485
            # restore support for this.
 
486
            #'exception': 'exception',
485
487
            }
486
488
        ctx['part_types'] = {
487
489
            'stdout': 'standard output',