From 39bf3155d47c0024240be414a611dcb6d549f53c Mon Sep 17 00:00:00 2001 From: stepshal Date: Thu, 21 Jul 2016 09:37:34 +0700 Subject: Add missing blank lines after class or function definition. --- setuptools/py26compat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setuptools/py26compat.py') diff --git a/setuptools/py26compat.py b/setuptools/py26compat.py index 7c60c90e..90cd695a 100644 --- a/setuptools/py26compat.py +++ b/setuptools/py26compat.py @@ -19,5 +19,6 @@ def strip_fragment(url): url, fragment = splittag(url) return url + if sys.version_info >= (2, 7): strip_fragment = lambda x: x -- cgit v1.2.1