hacking/: PEP8 compliancy (#24683)

- Make PEP8 compliant
This commit is contained in:
Dag Wieers 2017-05-16 19:52:07 +02:00 committed by John R Barker
parent 4f29662a9e
commit 9a5a61bdca
5 changed files with 18 additions and 20 deletions

View file

@ -21,6 +21,7 @@
import ansible.constants as C
import sys
def main():
print(C.DEFAULT_MODULE_PATH)
return 0