From 0ad31f556fbf8137c27f2e28e6281c0ff0e3d4c3 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Fri, 1 Jun 2012 17:22:34 -0400 Subject: [PATCH] The modx_dispatch import hack is added back in. Without it, the urls.py file was broken. --- djangoapps/courseware/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/djangoapps/courseware/views.py b/djangoapps/courseware/views.py index 8b34e8b26d..5ef1ac231d 100644 --- a/djangoapps/courseware/views.py +++ b/djangoapps/courseware/views.py @@ -16,6 +16,7 @@ from django.views.decorators.cache import cache_control from lxml import etree from module_render import render_x_module, make_track_function, I4xSystem +from module_render import modx_dispatch #Note that this is not used in this file, but urls refers to courseware.views.modx_dispatch from models import StudentModule from student.models import UserProfile from multicourse import multicourse_settings