summaryrefslogtreecommitdiff
path: root/tests/test_versioning.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-25 10:27:36 +0100
committerGeorg Brandl <georg@python.org>2014-03-25 10:27:36 +0100
commit9ff2cc2ce7c09b32058ef64d9f81ff6170117360 (patch)
treeefa63a59bf2f06ca10ca2854012724682a9ecc41 /tests/test_versioning.py
parent9c7b7b98ccd649b54a9576fb658a33d6398e0f60 (diff)
parent01a3c169a06a2f69c6ca93dbee9fd5863af25c7c (diff)
downloadsphinx-9ff2cc2ce7c09b32058ef64d9f81ff6170117360.tar.gz
merge with stable
Diffstat (limited to 'tests/test_versioning.py')
-rw-r--r--tests/test_versioning.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_versioning.py b/tests/test_versioning.py
index bf2f65ee..d9cbf8eb 100644
--- a/tests/test_versioning.py
+++ b/tests/test_versioning.py
@@ -15,7 +15,6 @@ from docutils.parsers.rst.directives.html import MetaBody
from sphinx import addnodes
from sphinx.versioning import add_uids, merge_doctrees, get_ratio
-from sphinx.util.pycompat import all
from util import test_root, TestApp