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
ac1d643e
Commit
ac1d643e
authored
Nov 08, 2014
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: E401 multiple imports on one line
parent
6317347d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
docs/en_us/developers/source/conf.py
+2
-1
docs/en_us/platform_api/source/conf.py
+2
-1
docs/shared/conf.py
+2
-1
No files found.
docs/en_us/developers/source/conf.py
View file @
ac1d643e
...
...
@@ -4,8 +4,9 @@
# pylint: disable=W0212
# pylint: disable=W0613
import
sys
,
os
import
os
from
path
import
path
import
sys
on_rtd
=
os
.
environ
.
get
(
'READTHEDOCS'
,
None
)
==
'True'
...
...
docs/en_us/platform_api/source/conf.py
View file @
ac1d643e
...
...
@@ -4,8 +4,9 @@
# pylint: disable=W0212
# pylint: disable=W0613
import
sys
,
os
import
os
from
path
import
path
import
sys
on_rtd
=
os
.
environ
.
get
(
'READTHEDOCS'
,
None
)
==
'True'
...
...
docs/shared/conf.py
View file @
ac1d643e
...
...
@@ -21,7 +21,8 @@
#
# -----------------------------------------------------------------------------
import
sys
,
os
import
os
import
sys
BASEDIR
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
...
...
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