From d50b9b9dce0600c2c4ed68da8d90833b1131caae Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Wed, 16 Nov 2016 10:58:41 +0900 Subject: insert blank line(s) to adapt latest flake8/pycodestyle --- sphinx/util/pycompat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sphinx/util/pycompat.py') diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py index 44f51eaeb..4503c34e1 100644 --- a/sphinx/util/pycompat.py +++ b/sphinx/util/pycompat.py @@ -147,6 +147,7 @@ class _DeprecationWrapper(object): return self._deprecated[attr] return getattr(self._mod, attr) + sys.modules[__name__] = _DeprecationWrapper(sys.modules[__name__], dict( zip_longest = zip_longest, product = product, -- cgit v1.2.1