From 201f093981a49e60d109b972fd41d8ad2f4c0aac Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Thu, 28 Jun 2012 12:34:45 -0400 Subject: [PATCH] Removed old import. --- lms/djangoapps/courseware/grades.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/courseware/grades.py b/lms/djangoapps/courseware/grades.py index 6085239453..b31f4421cf 100644 --- a/lms/djangoapps/courseware/grades.py +++ b/lms/djangoapps/courseware/grades.py @@ -7,7 +7,6 @@ import types from django.conf import settings -from courseware import global_course_settings from courseware.course_settings import course_settings from xmodule import graders from xmodule.graders import Score