summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/message.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-02-27 09:44:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-27 09:44:45 +0000
commit3178bbeebb22f94eb66f31152ed314dacbf5a1de (patch)
tree3a51ebe8d5138fef87b0cf47396af23094801ca4 /testapi/opnfv_testapi/common/message.py
parent04abc1dc89e2b471a170fe6160fa6f8535d59bd8 (diff)
parentc3e868997d30bb907aca48abdb99b2ada2f70c1c (diff)
Merge "remove deprecated upload-related codes"
Diffstat (limited to 'testapi/opnfv_testapi/common/message.py')
-rw-r--r--testapi/opnfv_testapi/common/message.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testapi/opnfv_testapi/common/message.py b/testapi/opnfv_testapi/common/message.py
index 7c62894..52cc2ad 100644
--- a/testapi/opnfv_testapi/common/message.py
+++ b/testapi/opnfv_testapi/common/message.py
@@ -10,10 +10,6 @@ not_found_base = 'Could Not Found'
exist_base = 'Already Exists'
-def key_error(key):
- return "KeyError: '{}'".format(key)
-
-
def no_body():
return 'No Body'