Clean up whitespace

This commit is contained in:
Calen Pennington
2013-04-08 13:57:21 -04:00
parent 6644b78819
commit 5f4004c5ad
2 changed files with 2 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ class CourseDescriptor(CourseFields, SequenceDescriptor):
# disable the syllabus content for courses that do not provide a syllabus
self.syllabus_present = self.system.resources_fs.exists(path('syllabus'))
self._grading_policy = {}
self.set_grading_policy(self.grading_policy)
self.test_center_exams = []