fixing merge error

This commit is contained in:
Brittany Cheng
2012-08-01 14:39:26 -04:00
parent bdab90190f
commit 07ebc83368
2 changed files with 1 additions and 4 deletions

View File

@@ -23,11 +23,9 @@ from django.views.decorators.cache import cache_control
from module_render import toc_for_course, get_module, get_section
from models import StudentModuleCache
from student.models import UserProfile
<<<<<<< HEAD
from multicourse import multicourse_settings
=======
>>>>>>> 38dd8f18984df3ab14f5715891af7f984c7f14a7
from django_comment_client.utils import get_discussion_title
from xmodule.modulestore import Location

View File

@@ -24,7 +24,6 @@ from mitxmako.shortcuts import render_to_response, render_to_string
import track.views
from lxml import etree
from courseware.module_render import make_track_function, ModuleSystem, get_module
from courseware.models import StudentModule
from multicourse import multicourse_settings