Commit 57cb9833 by Jim Abramson

Merge pull request #1704 from edx/release-hotfix-2013-11-15

merge 2013-11-15 hotfix branch to master
parents a2f5e260 9168798f
import json
import logging
from .grading_service_module import GradingService
from .grading_service_module import GradingService, GradingServiceError
log = logging.getLogger(__name__)
class GradingServiceError(Exception):
pass
class PeerGradingService(GradingService):
"""
Interface with the grading controller for peer grading
......
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