mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 19:30:22 -07:00
Change to python3 syntax
This commit is contained in:
parent
5a65dce6fb
commit
b8c9391d0c
3 changed files with 24 additions and 23 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue