Fix the import path for kamaki config module
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 1 Nov 2012 18:37:03 +0000 (20:37 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 1 Nov 2012 18:37:03 +0000 (20:37 +0200)
It has changed after the last major revision and was not updated.

image_creator/kamaki_wrapper.py

index 131e204..bac2968 100644 (file)
@@ -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