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
7f2d20cd
Commit
7f2d20cd
authored
Jun 17, 2016
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import FileWrapper from the correct place.
parent
24d35b7b
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 @
7f2d20cd
...
@@ -10,12 +10,12 @@ import shutil
...
@@ -10,12 +10,12 @@ import shutil
import
tarfile
import
tarfile
from
path
import
Path
as
path
from
path
import
Path
as
path
from
tempfile
import
mkdtemp
from
tempfile
import
mkdtemp
from
wsgiref.util
import
FileWrapper
from
django.conf
import
settings
from
django.conf
import
settings
from
django.contrib.auth.decorators
import
login_required
from
django.contrib.auth.decorators
import
login_required
from
django.core.exceptions
import
SuspiciousOperation
,
PermissionDenied
from
django.core.exceptions
import
SuspiciousOperation
,
PermissionDenied
from
django.core.files.temp
import
NamedTemporaryFile
from
django.core.files.temp
import
NamedTemporaryFile
from
django.core.servers.basehttp
import
FileWrapper
from
django.http
import
HttpResponse
,
HttpResponseNotFound
,
Http404
from
django.http
import
HttpResponse
,
HttpResponseNotFound
,
Http404
from
django.utils.translation
import
ugettext
as
_
from
django.utils.translation
import
ugettext
as
_
from
django.views.decorators.csrf
import
ensure_csrf_cookie
from
django.views.decorators.csrf
import
ensure_csrf_cookie
...
...
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