Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
7d16dbbc
Commit
7d16dbbc
authored
12 years ago
by
Calen Pennington
Browse files
Options
Downloads
Patches
Plain Diff
Clean up module_render.py
parent
bae90ab1
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/courseware/module_render.py
+1
-10
1 addition, 10 deletions
lms/djangoapps/courseware/module_render.py
with
1 addition
and
10 deletions
lms/djangoapps/courseware/module_render.py
+
1
−
10
View file @
7d16dbbc
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment