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
52093520
Commit
52093520
authored
Nov 30, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/pylint: disable=W0402/pylint: disable=deprecated-module/
parent
13946fb8
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
cms/djangoapps/contentstore/views/course.py
+1
-1
common/djangoapps/external_auth/views.py
+1
-1
common/djangoapps/util/password_policy_validators.py
+1
-1
common/lib/symmath/symmath/formula.py
+1
-1
lms/djangoapps/django_comment_client/tests.py
+1
-1
lms/djangoapps/instructor/views/api.py
+1
-1
lms/djangoapps/lms_migration/management/commands/create_user.py
+1
-1
No files found.
cms/djangoapps/contentstore/views/course.py
View file @
52093520
...
...
@@ -3,7 +3,7 @@ Views related to operations on course objects
"""
import
json
import
random
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
import
logging
from
django.utils.translation
import
ugettext
as
_
import
django.utils
...
...
common/djangoapps/external_auth/views.py
View file @
52093520
...
...
@@ -3,7 +3,7 @@ import json
import
logging
import
random
import
re
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
import
fnmatch
import
unicodedata
import
urllib
...
...
common/djangoapps/util/password_policy_validators.py
View file @
52093520
...
...
@@ -7,7 +7,7 @@ This file was inspired by the django-passwords project at https://github.com/dst
authored by dstufft (https://github.com/dstufft)
"""
from
__future__
import
division
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
from
django.core.exceptions
import
ValidationError
from
django.utils.translation
import
ugettext_lazy
as
_
...
...
common/lib/symmath/symmath/formula.py
View file @
52093520
...
...
@@ -12,7 +12,7 @@ Provides sympy representation.
#
import
os
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
import
re
import
logging
import
operator
...
...
lms/djangoapps/django_comment_client/tests.py
View file @
52093520
"""
Tests of various permissions levels for the comment client
"""
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
import
random
from
django.contrib.auth.models
import
User
...
...
lms/djangoapps/instructor/views/api.py
View file @
52093520
...
...
@@ -23,7 +23,7 @@ from django.core.validators import validate_email
from
django.utils.translation
import
ugettext
as
_
from
django.http
import
HttpResponse
,
HttpResponseBadRequest
,
HttpResponseForbidden
,
HttpResponseNotFound
from
django.utils.html
import
strip_tags
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
import
random
import
urllib
from
util.json_request
import
JsonResponse
...
...
lms/djangoapps/lms_migration/management/commands/create_user.py
View file @
52093520
...
...
@@ -6,7 +6,7 @@
import
os
import
sys
import
string
# pylint: disable=
W0402
import
string
# pylint: disable=
deprecated-module
import
datetime
from
getpass
import
getpass
import
json
...
...
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