1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix ast parse issue for python 2.6.

This commit is contained in:
Matt Clay 2016-11-28 13:12:43 -08:00
parent f6e47e4055
commit 380ce0c3a7

View file

@ -249,4 +249,3 @@ from ansible.module_utils.a10 import axapi_call_v3, a10_argument_spec, axapi_aut
if __name__ == '__main__':
main()