summaryrefslogtreecommitdiffstats
path: root/manage.py
blob: aa45b6c65d2078bb7fc65c530f9865229a3ff77b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.

if __name__ == '__main__':
    from awx import manage
    manage()