Revision c270fe96 kamaki/clients/cyclades.py

b/kamaki/clients/cyclades.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.
33 33

  
34
from .compute import ComputeClient, ClientError
35
from .utils import path4url
34
from kamaki.clients.compute import ComputeClient, ClientError
35
from kamaki.clients.utils import path4url
36 36
import json
37 37

  
38 38
class CycladesClient(ComputeClient):

Also available in: Unified diff