diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-11-09 14:56:51 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-11-09 15:01:44 +0800 |
commit | 8f27035ce5d24eca2382c01acf645851bd9f8c82 (patch) | |
tree | 587ae3cb3b3c65c49590552daf1eec29964e5c02 /cli/commands | |
parent | 03b2fdd33a019c4eabc8da7ba49c851bf91ffc4e (diff) |
rename cli_ansible
rename cli_ansible.py to ansible.py
rename CliAnsible to Ansible
Change-Id: Ia2852de4df2f67efe6a3765b029f3cecc8515c59
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'cli/commands')
-rw-r--r-- | cli/commands/ansible.py (renamed from cli/commands/cli_ansible.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/cli_ansible.py b/cli/commands/ansible.py index 5919b7ac..001185a3 100644 --- a/cli/commands/cli_ansible.py +++ b/cli/commands/ansible.py @@ -14,7 +14,7 @@ import click ANSIBLE_CONF = '{}/conf/ansible.cfg'.format(os.environ['HOME']) -class CliAnsible: +class Ansible: def __init__(self): pass |