1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-01 08:38:04 +02:00

pep8 compliance on setup.py

This commit is contained in:
kakwa 2015-07-11 23:19:41 +02:00
parent c1dd6701b1
commit 054d361fe9

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