From 332fb3eaea219324a062d6106782f22be3e4853b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuh=C3=A4user?= Date: Sat, 8 Jan 2011 18:24:50 +0100 Subject: [PATCH] Import all from pycompat --- sphinx/versioning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/versioning.py b/sphinx/versioning.py index 74355efed..d45ed1d3f 100644 --- a/sphinx/versioning.py +++ b/sphinx/versioning.py @@ -12,7 +12,7 @@ from uuid import uuid4 from operator import itemgetter -from sphinx.util.pycompat import product, zip_longest +from sphinx.util.pycompat import product, zip_longest, all # anything below that ratio is considered equal/changed