awx/manage.py
2015-06-11 14:53:25 -04:00

9 lines
179 B
Python
Executable File

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