diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-12-20 20:58:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-20 20:58:28 +0000 |
commit | 532a03ecc34da805ae1836a94f3c58ba8fd312f0 (patch) | |
tree | aaec8ffea5d439bea5a2dafe1571a39d2aa5288f /deploy/deploy-config.py | |
parent | f3e8720ea4ca033bf90521258f2e08f99a56d572 (diff) | |
parent | 89d1439e98de7ac1735610168ff4ca1b4e45e8c1 (diff) |
Merge "Remove unused imports"
Diffstat (limited to 'deploy/deploy-config.py')
-rw-r--r-- | deploy/deploy-config.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy/deploy-config.py b/deploy/deploy-config.py index d2567d97b..5f5699cd7 100644 --- a/deploy/deploy-config.py +++ b/deploy/deploy-config.py @@ -31,17 +31,7 @@ import time import collections import hashlib -from functools import reduce -from operator import or_ from common import ( - log, - exec_cmd, - err, - warn, - check_file_exists, - create_dir_if_not_exists, - delete, - check_if_root, ArgParser, ) |