diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-10-11 02:32:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-11 02:32:03 +0000 |
commit | 6d1312d00a3149420db905c6bdfe2756abc55695 (patch) | |
tree | a21edfc62f6d56d4bd722494edb592045f9ec287 /func | |
parent | 49a6694e6c286a12fcdc3b130315b92c1445e05b (diff) | |
parent | 8c93dffbb4bf51e60096cab465dbd2a5f62feb34 (diff) |
Merge "Rename class cli to Cli"
Diffstat (limited to 'func')
-rw-r--r-- | func/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/cli.py b/func/cli.py index 9222da51..d914a2de 100644 --- a/func/cli.py +++ b/func/cli.py @@ -13,7 +13,7 @@ import args_handler import argparse -class cli: +class Cli: @staticmethod def _parse_args(args): |