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
cb894cf3
Commit
cb894cf3
authored
Nov 08, 2014
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: E261 at least two spaces before inline comment
parent
180adfed
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
cms/djangoapps/contentstore/features/video_handout.py
+1
-1
cms/envs/common.py
+1
-1
cms/envs/devstack.py
+1
-1
common/lib/capa/capa/xqueue_interface.py
+1
-1
No files found.
cms/djangoapps/contentstore/features/video_handout.py
View file @
cb894cf3
...
...
@@ -3,7 +3,7 @@
# pylint: disable=C0111
from
lettuce
import
world
,
step
from
nose.tools
import
assert_true
# pylint: disable=E0611
from
nose.tools
import
assert_true
# pylint: disable=E0611
from
video_editor
import
RequestHandlerWithSessionId
,
success_upload_file
...
...
cms/envs/common.py
View file @
cb894cf3
...
...
@@ -736,7 +736,7 @@ ADVANCED_COMPONENT_TYPES = [
'done'
,
# Lets students mark things as done. See https://github.com/pmitros/DoneXBlock
'audio'
,
# Embed an audio file. See https://github.com/pmitros/AudioXBlock
'recommender'
,
# Crowdsourced recommender. Prototype by dli&pmitros. Intended for roll-out in one place in one course.
'profile'
,
# Prototype user profile XBlock. Used to test XBlock parameter passing. See https://github.com/pmitros/ProfileXBlock
'profile'
,
# Prototype user profile XBlock. Used to test XBlock parameter passing. See https://github.com/pmitros/ProfileXBlock
'split_test'
,
'combinedopenended'
,
'peergrading'
,
...
...
cms/envs/devstack.py
View file @
cb894cf3
...
...
@@ -2,7 +2,7 @@
Specific overrides to the base prod settings to make development easier.
"""
from
.aws
import
*
# pylint: disable=wildcard-import, unused-wildcard-import
from
.aws
import
*
# pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem
del
DEFAULT_FILE_STORAGE
...
...
common/lib/capa/capa/xqueue_interface.py
View file @
cb894cf3
...
...
@@ -14,7 +14,7 @@ dateformat = '%Y%m%d%H%M%S'
XQUEUE_METRIC_NAME
=
'edxapp.xqueue'
# Wait time for response from Xqueue.
XQUEUE_TIMEOUT
=
35
# seconds
XQUEUE_TIMEOUT
=
35
# seconds
def
make_hashkey
(
seed
):
...
...
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