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

« back to all changes in this revision

Viewing changes to ivle/database.py

  • Committer: Nick Chadwick
  • Date: 2009-02-25 16:36:02 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090225163602-vr6mym3wsa6bxa8d
tutorials can now use RST

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
    # "optional" field.
463
463
    worksheet_exercises = ReferenceSet(id,
464
464
        'WorksheetExercise.worksheet_id')
465
 
        
466
465
 
467
466
    __init__ = _kwarg_init
468
467