Skip to content
  • Stavros Sachtouris's avatar
    Rename kamaki.cli.cmds.errors classes (uniformity) · 35129620
    Stavros Sachtouris authored
    Renames:
    generic --> Generic
    user --> Astakos
    history --> History
    cyclades --> Cyclades
    image --> Image
    pithos --> Pithos
    
    Rational: each command specification can feature a class of error
    handling methods, which can be shared with other specs, if the
    later need to borrow the same behavior
    
    Also, new names conform with pep8 suggestions for class names
    35129620