summaryrefslogtreecommitdiff
path: root/tests/roots/test-root/parsermod.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-20 00:02:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-20 00:02:57 +0900
commit938ba386ed84f7fd3a106233ce52c52be5553dc7 (patch)
tree59c859904ed9df8f72d21ba701dcc82944b605da /tests/roots/test-root/parsermod.py
parentc95f538913010ab2efb00890a4adc3be01f77a4b (diff)
parent63f6603297fb0f38aa45882eb29328fe5208b37d (diff)
downloadsphinx-git-938ba386ed84f7fd3a106233ce52c52be5553dc7.tar.gz
Merge branch '1.7'
Diffstat (limited to 'tests/roots/test-root/parsermod.py')
-rw-r--r--tests/roots/test-root/parsermod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-root/parsermod.py b/tests/roots/test-root/parsermod.py
index f98d82f3e..de0849c80 100644
--- a/tests/roots/test-root/parsermod.py
+++ b/tests/roots/test-root/parsermod.py
@@ -1,5 +1,5 @@
-from docutils.parsers import Parser
from docutils import nodes
+from docutils.parsers import Parser
class Parser(Parser):