Keep textbooks out of displayable items.

This commit is contained in:
Matthew Mongeau
2012-08-15 11:37:44 -04:00
parent 34010a38a8
commit 4a7b163ce3

View File

@@ -11,6 +11,9 @@ class TextbookModule(XModule):
def get_display_items(self):
return []
def displayable_items(self):
return []
class TextbookDescriptor(XmlDescriptor):
module_class = TextbookModule