Revision 844a6bdb kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
298 298
        hdr = tmp_partition[0].strip()
299 299
        return '%s commands:' % hdr
300 300

  
301
    def run(self, auth_base, parser, path=''):
301
    def run(self, auth_base, cloud, parser, path=''):
302 302
        self.auth_base = auth_base
303
        self.cloud = cloud
303 304
        self._parser = parser
304 305
        self._history = History(
305 306
            parser.arguments['config'].get_global('history_file'))

Also available in: Unified diff