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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2010-02-24 11:12:04 UTC
  • mfrom: (1691.1.2 trunk2)
  • Revision ID: coles.david@gmail.com-20100224111204-mphy7kzp4t209cjw
Unbreak exception variable support for exercises

Show diffs side-by-side

added added

removed removed

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