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

« back to all changes in this revision

Viewing changes to ivle/database.py

Fix a reference typo in ivle.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
    seq_no = Int()
501
501
    
502
502
    saves = ReferenceSet(id, "ExerciseSave.ws_ex_id")
503
 
    attempts = ReferenceSet(id, "ExerciseAttemot.ws_ex_id")
 
503
    attempts = ReferenceSet(id, "ExerciseAttempt.ws_ex_id")
504
504
 
505
505
    __init__ = _kwarg_init
506
506