Commit a7e4a87b by Harry Rein

Fixing quality issue with recent merge.

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