From b22bad7fa15a04c31b9e07877f4bdba7f35e0ce8 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri <vik@edx.org> Date: Thu, 31 Jan 2013 17:11:44 -0500 Subject: [PATCH] Add in some removed imports (fix tests) --- lms/djangoapps/courseware/tabs.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lms/djangoapps/courseware/tabs.py b/lms/djangoapps/courseware/tabs.py index 62ebeae9d7c..0a7c723cb54 100644 --- a/lms/djangoapps/courseware/tabs.py +++ b/lms/djangoapps/courseware/tabs.py @@ -21,6 +21,16 @@ from fs.errors import ResourceNotFoundError from courseware.access import has_access from static_replace import replace_urls +from lxml.html import rewrite_links +from module_render import get_module +from courseware.access import has_access +from static_replace import replace_urls +from xmodule.modulestore import Location +from xmodule.modulestore.django import modulestore +from xmodule.modulestore.xml import XMLModuleStore +from xmodule.x_module import XModule +from student.models import unique_id_for_user + from open_ended_grading import open_ended_notifications log = logging.getLogger(__name__) -- GitLab