Revision 9986e569 kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
33 33

  
34 34
from sys import stdout
35 35
from time import localtime, strftime
36
from logging import getLogger
37 36
from os import path, makedirs, walk
38 37

  
39 38
from kamaki.cli import command
......
49 48
from kamaki.clients.pithos import PithosClient, ClientError
50 49
from kamaki.clients.astakos import AstakosClient
51 50

  
52

  
53
kloger = getLogger('kamaki')
54

  
55 51
pithos_cmds = CommandTree('file', 'Pithos+/Storage API commands')
56 52
_commands = [pithos_cmds]
57 53

  

Also available in: Unified diff