docker.images/ansible.awx/awx-17.1.0/manage.py

9 lines
149 B
Python
Executable File

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