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
7d16dbbc
Commit
7d16dbbc
authored
Jun 28, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up module_render.py
parent
bae90ab1
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 @
7d16dbbc
...
@@ -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.
...
...
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