Fix an import statement

This commit is contained in:
Vik Paruchuri
2013-02-20 17:57:09 -05:00
parent 051b7fd21d
commit 7b604aa026

View File

@@ -1,5 +1,5 @@
import logging
from xmodule.open_ended_grading_classes.grading_service_module import GradingService
from grading_service_module import GradingService
log = logging.getLogger(__name__)