mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 18:54:29 +01:00
pep8 compliance on setup.py
This commit is contained in:
parent
c1dd6701b1
commit
054d361fe9
4
setup.py
4
setup.py
@ -58,7 +58,9 @@ try:
|
|||||||
sys.exit(errno)
|
sys.exit(errno)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
PyTest = lambda x: x
|
|
||||||
|
def PyTest(x):
|
||||||
|
x
|
||||||
|
|
||||||
|
|
||||||
# just a small function to easily install a complete directory
|
# just a small function to easily install a complete directory
|
||||||
|
Loading…
Reference in New Issue
Block a user