The modx_dispatch import hack is added back in. Without it, the urls.py file was broken.

This commit is contained in:
Bridger Maxwell
2012-06-01 17:22:34 -04:00
parent 54ccffcb4c
commit 0ad31f556f

View File

@@ -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