Commit cc1b50ee by Brian Wilson

use new-style class for TestCenterExam

parent cc31c795
...@@ -377,7 +377,7 @@ class CourseDescriptor(SequenceDescriptor): ...@@ -377,7 +377,7 @@ class CourseDescriptor(SequenceDescriptor):
""" """
return self.metadata.get('end_of_course_survey_url') return self.metadata.get('end_of_course_survey_url')
class TestCenterExam: class TestCenterExam(object):
def __init__(self, course_id, exam_name, exam_info): def __init__(self, course_id, exam_name, exam_info):
self.course_id = course_id self.course_id = course_id
self.exam_name = exam_name self.exam_name = exam_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment