Handle chapters as sequence modules

This commit is contained in:
Calen Pennington
2012-06-26 12:14:41 -04:00
parent daf3eed4ee
commit f0cf323488

View File

@@ -13,6 +13,7 @@ setup(
# for a description of entry_points
entry_points={
'xmodule.v1': [
"chapter = seq_module:SequenceDescriptor",
"course = seq_module:SequenceDescriptor",
"html = html_module:HtmlModuleDescriptor",
]