mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
pep8 compliance on setup.py
This commit is contained in:
parent
c1dd6701b1
commit
054d361fe9
1 changed files with 3 additions and 1 deletions
4
setup.py
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue