1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 07:55:24 +03:00
awx/manage.py
Julen Landa Alustiza 8c9c02c975
awxkit: allow to modify api base url (#14835)
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
2024-02-07 12:26:42 +01:00

10 lines
150 B
Python
Executable File

#!/usr/bin/env python
# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.
if __name__ == '__main__':
from awx import manage
manage()