Clean up old style class definitions

This commit is contained in:
Sarina Canelake
2015-07-10 11:59:25 -04:00
parent 22bbdacee9
commit 47b99720fa
3 changed files with 7 additions and 4 deletions

View File

@@ -404,7 +404,7 @@ class CourseOutlineSection(CourseOutlineContainer, CourseOutlineChild):
self.add_child()
class ExpandCollapseLinkState:
class ExpandCollapseLinkState(object):
"""
Represents the three states that the expand/collapse link can be in
"""