From 054d361fe9575ab2adac670421d1e35e7644a1fc Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 11 Jul 2015 23:19:41 +0200 Subject: [PATCH] pep8 compliance on setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ceaa7f0..483a858 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,9 @@ try: sys.exit(errno) except ImportError: from distutils.core import setup - PyTest = lambda x: x + + def PyTest(x): + x # just a small function to easily install a complete directory