Revision 7a3c66e1 kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
300 300
            if_unmodified_since=self['if_unmodified_since'],
301 301
            until=self['until'],
302 302
            meta=self['meta'])
303

  
304
        #  REMOVE THIS if version >> 0.12
305
        if not r.json:
306
            self.error('  NOTE: Since v0.12, use / for containers e.g.,')
307
            self.error('    [kamaki] file list /pithos')
308

  
303 309
        files = self._filter_by_name(r.json)
304 310
        if self['more']:
305 311
            outbu, self._out = self._out, StringIO()

Also available in: Unified diff