From 3dfe3651ff8c02b910d6038d8c62e28bdd705101 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Thu, 1 Nov 2012 20:37:03 +0200 Subject: [PATCH] Fix the import path for kamaki config module It has changed after the last major revision and was not updated. --- image_creator/kamaki_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_creator/kamaki_wrapper.py b/image_creator/kamaki_wrapper.py index 131e204..bac2968 100644 --- a/image_creator/kamaki_wrapper.py +++ b/image_creator/kamaki_wrapper.py @@ -33,7 +33,7 @@ from os.path import basename -from kamaki.config import Config +from kamaki.cli.config import Config from kamaki.clients import ClientError from kamaki.clients.image import ImageClient from kamaki.clients.pithos import PithosClient -- 1.7.10.4