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
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
b22bad7f
Commit
b22bad7f
authored
12 years ago
by
Vik Paruchuri
Browse files
Options
Downloads
Patches
Plain Diff
Add in some removed imports (fix tests)
parent
5eff483c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/courseware/tabs.py
+10
-0
10 additions, 0 deletions
lms/djangoapps/courseware/tabs.py
with
10 additions
and
0 deletions
lms/djangoapps/courseware/tabs.py
+
10
−
0
View file @
b22bad7f
...
...
@@ -21,6 +21,16 @@ from fs.errors import ResourceNotFoundError
from
courseware.access
import
has_access
from
static_replace
import
replace_urls
from
lxml.html
import
rewrite_links
from
module_render
import
get_module
from
courseware.access
import
has_access
from
static_replace
import
replace_urls
from
xmodule.modulestore
import
Location
from
xmodule.modulestore.django
import
modulestore
from
xmodule.modulestore.xml
import
XMLModuleStore
from
xmodule.x_module
import
XModule
from
student.models
import
unique_id_for_user
from
open_ended_grading
import
open_ended_notifications
log
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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