Remove import statements

This commit is contained in:
Vik Paruchuri
2013-02-13 11:46:53 -05:00
parent e1b2481c38
commit e397575732
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ from staff_grading_service import StaffGradingService
from open_ended_grading.controller_query_service import ControllerQueryService
import json
from student.models import unique_id_for_user
import open_ended_util
from courseware.models import StudentModule
import logging
from courseware.access import has_access

View File

@@ -16,7 +16,6 @@ from xmodule.open_ended_grading_classes.grading_service_module import GradingSer
import json
from student.models import unique_id_for_user
import open_ended_util
import open_ended_notifications
from xmodule.modulestore.django import modulestore