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
917c3d62
Commit
917c3d62
authored
Oct 04, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FileWrapper indirection has been removed from Django.
parent
8639e959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
cms/djangoapps/contentstore/views/import_export.py
+1
-1
No files found.
cms/djangoapps/contentstore/views/import_export.py
View file @
917c3d62
...
...
@@ -13,7 +13,6 @@ from django.conf import settings
from
django.contrib.auth.decorators
import
login_required
from
django.core.exceptions
import
PermissionDenied
from
django.core.files
import
File
from
django.core.servers.basehttp
import
FileWrapper
from
django.db
import
transaction
from
django.http
import
Http404
,
HttpResponse
,
HttpResponseNotFound
from
django.utils.translation
import
ugettext
as
_
...
...
@@ -25,6 +24,7 @@ from path import Path as path
from
six
import
text_type
from
user_tasks.conf
import
settings
as
user_tasks_settings
from
user_tasks.models
import
UserTaskArtifact
,
UserTaskStatus
from
wsgiref.util
import
FileWrapper
from
contentstore.storage
import
course_import_export_storage
from
contentstore.tasks
import
CourseExportTask
,
CourseImportTask
,
create_export_tarball
,
export_olx
,
import_olx
...
...
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