Revision 9d74de5d kamaki/clients/astakos/__init__.py

b/kamaki/clients/astakos/__init__.py
37 37
class AstakosClient(Client):
38 38
    """GRNet Astakos API client"""
39 39

  
40
    _cache = {}
41

  
42 40
    def __init__(self, base_url, token):
43 41
        super(AstakosClient, self).__init__(base_url, token)
42
        self._cache = {}
44 43

  
45 44
    def authenticate(self, token=None):
46 45
        """Get authentication information and store it in this client

Also available in: Unified diff