Change to python3 syntax

This commit is contained in:
Kevin Houdebert 2015-08-31 02:35:14 +02:00
commit b8c9391d0c
3 changed files with 24 additions and 23 deletions

View file

@ -22,7 +22,7 @@ import ansible.constants as C
import sys
def main():
print C.DEFAULT_MODULE_PATH
print(C.DEFAULT_MODULE_PATH)
return 0
if __name__ == '__main__':