pep8 compliance on setup.py

This commit is contained in:
kakwa 2015-07-11 23:19:41 +02:00
parent c1dd6701b1
commit 054d361fe9
1 changed files with 3 additions and 1 deletions

View File

@ -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