Revision c270fe96 kamaki/cli/argument.py

b/kamaki/cli/argument.py
33 33

  
34 34
from sys import exit
35 35

  
36
from .config import Config
37
from .errors import CLISyntaxError
36
from kamaki.cli.config import Config
37
from kamaki.cli.errors import CLISyntaxError
38 38

  
39 39
class Argument(object):
40 40
    """An argument that can be parsed from command line or otherwise"""

Also available in: Unified diff