Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
5c916104
Commit
5c916104
authored
Jun 28, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up module_render.py
parent
f6d4f960
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
10 deletions
+1
-10
lms/djangoapps/courseware/module_render.py
+1
-10
No files found.
lms/djangoapps/courseware/module_render.py
View file @
5c916104
...
...
@@ -5,19 +5,12 @@ from lxml import etree
from
django.http
import
Http404
from
django.http
import
HttpResponse
from
django.shortcuts
import
redirect
from
fs.osfs
import
OSFS
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
multicourse
import
multicourse_settings
from
util.views
import
accepts
import
courseware.content_parser
as
content_parser
import
xmodule
from
keystore.django
import
keystore
log
=
logging
.
getLogger
(
"mitx.courseware"
)
...
...
@@ -83,8 +76,6 @@ class I4xSystem(object):
return
str
(
self
.
__dict__
)
def
make_track_function
(
request
):
'''
Make a tracking function that logs what happened.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment