Commit 7d16dbbc by Calen Pennington

Clean up module_render.py

parent bae90ab1
...@@ -5,19 +5,12 @@ from lxml import etree ...@@ -5,19 +5,12 @@ from lxml import etree
from django.http import Http404 from django.http import Http404
from django.http import HttpResponse from django.http import HttpResponse
from django.shortcuts import redirect
from fs.osfs import OSFS
from django.conf import settings from django.conf import settings
from mitxmako.shortcuts import render_to_string, render_to_response from mitxmako.shortcuts import render_to_string
from models import StudentModule, StudentModuleCache from models import StudentModule, StudentModuleCache
from multicourse import multicourse_settings
from util.views import accepts
import courseware.content_parser as content_parser
import xmodule
from keystore.django import keystore from keystore.django import keystore
log = logging.getLogger("mitx.courseware") log = logging.getLogger("mitx.courseware")
...@@ -83,8 +76,6 @@ class I4xSystem(object): ...@@ -83,8 +76,6 @@ class I4xSystem(object):
return str(self.__dict__) return str(self.__dict__)
def make_track_function(request): def make_track_function(request):
''' '''
Make a tracking function that logs what happened. Make a tracking function that logs what happened.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment