Revision a9fca388 kamaki/cli/config.py

b/kamaki/cli/config.py
39 39
try:
40 40
    from collections import OrderedDict
41 41
except ImportError:
42
    from ordereddict import OrderedDict
42
    from kamaki.clients.commissioning.utils.ordereddict import OrderedDict
43 43

  
44 44

  
45 45
# Path to the file that stores the configuration

Also available in: Unified diff