Merge pull request #15403 from edx/andya/pluggable-course-tools-quality-fix

Fixing quality issue with recent merge.
This commit is contained in:
Harry Rein
2017-06-23 15:51:48 -04:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ class CourseTool(object):
def icon_classes(cls, course_key):
"""
Returns the icon classes needed to represent this tool.
For example, return an icon from font-awasome.css, like 'fa fa-star'.
"""
raise NotImplementedError("Must specify an icon for a course tool.")