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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-24 11:23:16 UTC
  • mfrom: (1695 trunk)
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: matt.giuca@gmail.com-20100224112316-eprjx5phi0yzrr0a
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

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