~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 10:58:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1695.
  • Revision ID: coles.david@gmail.com-20100224105854-g1g4n0xy087gkfvm
Reenable ability to create allowed exception varibles in the exercise editing UI

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',