Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA
2017-12-23 21:20:32 +09:00
parent 2e04c2a058
commit a9efb2517a
18 changed files with 247 additions and 247 deletions

View File

@@ -22,7 +22,7 @@ def setup_module(rootdir, sphinx_test_tempdir):
global app, env
srcdir = sphinx_test_tempdir / 'root-envtest'
if not srcdir.exists():
(rootdir/'test-root').copytree(srcdir)
(rootdir / 'test-root').copytree(srcdir)
app = SphinxTestApp(srcdir=srcdir)
env = app.env
yield