Merge pull request #3279 from edx/waheed/lms2521-staff-grading-panel-broken-fixed

Fixed import of "dog_stats_api" in staff_grading_service.py.
This commit is contained in:
chrisndodge
2014-04-09 09:37:15 -04:00

View File

@@ -20,6 +20,7 @@ from student.models import unique_id_for_user
from util.json_request import expect_json
from open_ended_grading.utils import does_location_exist
from dogapi import dog_stats_api
log = logging.getLogger(__name__)