summaryrefslogtreecommitdiffstats
path: root/dovetail/container.py
diff options
context:
space:
mode:
authorhongbo tian <hongbo.tianhongbo@huawei.com>2016-12-21 07:07:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-21 07:07:04 +0000
commit966c877707a58f6fe9c878c30dc25dbf065898a9 (patch)
tree5f073a75958c91f49ed97733433b5db766b09155 /dovetail/container.py
parent5230decde18c9640a60118e091840fd1eedd5d3d (diff)
parentce17214c0717999ba08cd8f094499f2e4efb0712 (diff)
Merge "updated the process flow of function exec_cmd"
Diffstat (limited to 'dovetail/container.py')
-rw-r--r--dovetail/container.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dovetail/container.py b/dovetail/container.py
index 62070442..59fc0d8a 100644
--- a/dovetail/container.py
+++ b/dovetail/container.py
@@ -20,10 +20,10 @@ class Container:
logger = None
- def __init__(cls):
+ def __init__(self):
pass
- def __str__(cls):
+ def __str__(self):
pass
@classmethod