Revision f997679d kamaki/cli/commands/cyclades_cli.py

b/kamaki/cli/commands/cyclades_cli.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.
33 33

  
34
from kamaki.cli import command, set_api_description, CLIError
35
from kamaki.cli.utils import print_dict, print_items, print_list, format_size, raiseCLIError
34
from kamaki.cli import command, set_api_description
35
from kamaki.cli.utils import print_dict, print_items, print_list, format_size
36
from kamaki.cli.errors import CLIError, raiseCLIError
36 37
from colors import bold
37 38
set_api_description('server', "Compute/Cyclades API server commands")
38 39
set_api_description('flavor', "Compute/Cyclades API flavor commands")

Also available in: Unified diff