summaryrefslogtreecommitdiff
path: root/openstackclient/common/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/common/command.py')
-rw-r--r--openstackclient/common/command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/common/command.py b/openstackclient/common/command.py
index 13b0bcc2..fee4559e 100644
--- a/openstackclient/common/command.py
+++ b/openstackclient/common/command.py
@@ -22,6 +22,7 @@ import six
class CommandMeta(abc.ABCMeta):
+
def __new__(mcs, name, bases, cls_dict):
if 'log' not in cls_dict:
cls_dict['log'] = logging.getLogger(