Revision 436f2ce1 kamaki/clients/pithos_rest_api.py

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

  
34
from .storage import StorageClient, ClientError
35
from .utils import path4url, list2str
34
from kamaki.clients.storage import StorageClient, ClientError
35
from kamaki.clients.utils import path4url, list2str
36 36

  
37 37
class PithosRestAPI(StorageClient):
38 38

  

Also available in: Unified diff