Fixed pyflakes error
authorJohn Giannelos <johngiannelos@gmail.com>
Wed, 2 May 2012 11:01:23 +0000 (14:01 +0300)
committerJohn Giannelos <johngiannelos@gmail.com>
Wed, 2 May 2012 11:01:23 +0000 (14:01 +0300)
snfOCCI/compute.py

index 5aee3f8..50d4223 100644 (file)
@@ -1,11 +1,7 @@
 from snfOCCI.config import SERVER_CONFIG
 
-from kamaki.clients.compute import ComputeClient
-from kamaki.clients.cyclades import CycladesClient
-from kamaki.config  import Config
-
 from occi.backend import ActionBackend, KindBackend
-from occi.extensions.infrastructure import COMPUTE, START, STOP, SUSPEND, RESTART
+from occi.extensions.infrastructure import START, STOP, SUSPEND, RESTART
 from occi.exceptions import HTTPError
 
 
@@ -37,7 +33,6 @@ class ComputeBackend(MyBackend):
 
             for mixin in entity.mixins:
                 if mixin.related[0].term == 'os_tpl':
-                    image = mixin
                     image_id = mixin.attributes['occi.core.id']
                 if mixin.related[0].term == 'resource_tpl':
                     flavor = mixin