Revision f724cd35 kamaki/cli/commands/__init__.py

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

  
41 41
class _command_init(object):
42 42

  
43
    def __init__(self, arguments={}):
43
    def __init__(self, arguments={}, auth_base=None):
44 44
        if hasattr(self, 'arguments'):
45 45
            arguments.update(self.arguments)
46 46
        if isinstance(self, _optional_output_cmd):
......
52 52
            self.config = self['config']
53 53
        except KeyError:
54 54
            pass
55
        self.auth_base = auth_base or getattr(self, 'auth_base', None)
55 56

  
56 57
    def _set_log_params(self):
57 58
        try:

Also available in: Unified diff