Revision 3dabe5d2 kamaki/clients/quotaholder.py

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

  
34
from kamaki.clients import Client, ClientError
34
from kamaki.clients import Client
35

  
35 36

  
36 37
class QuotaHolderClient(Client):
37
	"""Quota Holder client"""
38
    """Quota Holder client"""
38 39

  
39
	def test_quota(self):
40
		return self.get('')
40
    def test_quota(self):
41
        return self.get('')

Also available in: Unified diff