Fixed import of "dog_stats_api" in staff_grading_service.py.

LMS-2521
This commit is contained in:
Waheed Ahmed
2014-04-09 18:11:40 +05:00
parent 745924b7ab
commit 9067ebe815

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__)