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
b07402e7
Commit
b07402e7
authored
Nov 09, 2017
by
Troy Sankey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused optparse imports
parent
d037a19c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
common/djangoapps/student/management/commands/bulk_change_enrollment.py
+0
-1
lms/djangoapps/courseware/management/commands/dump_course_ids.py
+0
-1
lms/djangoapps/courseware/management/commands/dump_course_structure.py
+0
-1
No files found.
common/djangoapps/student/management/commands/bulk_change_enrollment.py
View file @
b07402e7
...
...
@@ -5,7 +5,6 @@ from django.core.management.base import BaseCommand, CommandError
from
django.db
import
transaction
from
opaque_keys
import
InvalidKeyError
from
opaque_keys.edx.keys
import
CourseKey
from
optparse
import
make_option
from
six
import
text_type
from
openedx.core.djangoapps.content.course_overviews.models
import
CourseOverview
...
...
lms/djangoapps/courseware/management/commands/dump_course_ids.py
View file @
b07402e7
...
...
@@ -5,7 +5,6 @@ Output is UTF-8 encoded by default.
"""
from
__future__
import
unicode_literals
from
optparse
import
make_option
from
textwrap
import
dedent
from
six
import
text_type
...
...
lms/djangoapps/courseware/management/commands/dump_course_structure.py
View file @
b07402e7
...
...
@@ -17,7 +17,6 @@ The resulting JSON object has one entry for each module in the course:
"""
import
json
from
optparse
import
make_option
from
textwrap
import
dedent
from
django.core.management.base
import
BaseCommand
,
CommandError
...
...
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