From 59ba308354388ff8ab8fb4853b72563d968337f5 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri <vik@edx.org> Date: Thu, 31 Jan 2013 18:28:15 -0500 Subject: [PATCH] Add in peer grading entry point --- common/lib/xmodule/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/setup.py b/common/lib/xmodule/setup.py index 29227c31884..06df6b11234 100644 --- a/common/lib/xmodule/setup.py +++ b/common/lib/xmodule/setup.py @@ -26,6 +26,7 @@ setup( "html = xmodule.html_module:HtmlDescriptor", "image = xmodule.backcompat_module:TranslateCustomTagDescriptor", "error = xmodule.error_module:ErrorDescriptor", + "peergrading = xmodule.peer_grading_module:PeerGradingDescriptor", "problem = xmodule.capa_module:CapaDescriptor", "problemset = xmodule.seq_module:SequenceDescriptor", "section = xmodule.backcompat_module:SemanticSectionDescriptor", -- GitLab