1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00
awx/manage.py

9 lines
149 B
Python
Raw Normal View History

2013-02-28 18:10:20 +04:00
#!/usr/bin/env python
2015-06-11 23:05:30 +03:00
# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.
if __name__ == '__main__':
2013-06-23 21:21:02 +04:00
from awx import manage
2013-05-03 08:14:14 +04:00
manage()