Revision b4368e33 kamaki/clients/quotaholder/api/__init__.py

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

  
34
from kamaki.clients.quotaholder.api import QuotaholderAPI
35
from kamaki.clients.quotaholder.api import QH_PRACTICALLY_INFINITE
36
from kamaki.clients.quotaholder.exception import (
34
from kamaki.clients.quotaholder.api.quotaholder import (
35
    QuotaholderAPI,
36
    QH_PRACTICALLY_INFINITE)
37
from kamaki.clients.quotaholder.api.exception import (
37 38
    InvalidKeyError,
38 39
    NoEntityError,
39 40
    NoQuantityError,

Also available in: Unified diff