summaryrefslogtreecommitdiff
path: root/tests/test_versioning.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 10:32:12 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 10:32:12 +0100
commit69dab54d89926f2fc8ce1febbd2288d09531cdb0 (patch)
tree8ea5d51a670a4e9430a9f57e5eca16cfe994bd20 /tests/test_versioning.py
parent604ea875698727d3c1d83317130af0fff5bb5ab8 (diff)
parent59b355edaa4f17aff910bf2371526d5ce46fb648 (diff)
downloadsphinx-69dab54d89926f2fc8ce1febbd2288d09531cdb0.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 6469a33c..5cff92ff 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