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
bf32f5a7
Commit
bf32f5a7
authored
May 22, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Opaque-keys: fix pep8 violations
parent
fffdeeb9
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 additions
and
3 deletions
+1
-3
common/djangoapps/course_groups/cohorts.py
+1
-0
common/djangoapps/student/tests/test_roles.py
+0
-1
common/lib/xmodule/xmodule/modulestore/locator.py
+0
-1
common/lib/xmodule/xmodule/modulestore/tests/test_locators.py
+0
-0
lms/djangoapps/bulk_email/forms.py
+0
-0
lms/djangoapps/bulk_email/tasks.py
+0
-1
No files found.
common/djangoapps/course_groups/cohorts.py
View file @
bf32f5a7
...
...
@@ -32,6 +32,7 @@ def local_random():
return
_local_random
def
is_course_cohorted
(
course_key
):
"""
Given a course key, return a boolean for whether or not the course is
...
...
common/djangoapps/student/tests/test_roles.py
View file @
bf32f5a7
...
...
@@ -132,7 +132,6 @@ class RolesTestCase(TestCase):
"Student doesn't have access to {}"
.
format
(
unicode
(
self
.
course_id
))
)
def
test_get_user_for_role
(
self
):
"""
test users_for_role
...
...
common/lib/xmodule/xmodule/modulestore/locator.py
View file @
bf32f5a7
...
...
@@ -94,7 +94,6 @@ class BlockLocatorBase(Locator):
URL_RE
=
re
.
compile
(
'^'
+
URL_RE_SOURCE
+
'$'
,
re
.
IGNORECASE
|
re
.
VERBOSE
|
re
.
UNICODE
)
@classmethod
def
parse_url
(
cls
,
string
):
"""
...
...
common/lib/xmodule/xmodule/modulestore/tests/test_locators.py
View file @
bf32f5a7
lms/djangoapps/bulk_email/forms.py
View file @
bf32f5a7
lms/djangoapps/bulk_email/tasks.py
View file @
bf32f5a7
...
...
@@ -192,7 +192,6 @@ def perform_delegate_email_batches(entry_id, course_id, task_input, action_name)
log
.
warning
(
u"Task
%
s: "
+
format_msg
,
task_id
,
course_id
,
email_obj
.
course_id
)
raise
ValueError
(
format_msg
%
(
course_id
,
email_obj
.
course_id
))
# Fetch the course object.
course
=
get_course
(
course_id
)
...
...
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