Revision 36526b3c kamaki/cli/commands/__init__.py

b/kamaki/cli/commands/__init__.py
38 38

  
39 39

  
40 40
class _command_init(object):
41

  
41 42
    def __init__(self, arguments={}):
42 43
        if hasattr(self, 'arguments'):
43 44
            arguments.update(self.arguments)

Also available in: Unified diff