Revision f724cd35 kamaki/clients/astakos/__init__.py

b/kamaki/clients/astakos/__init__.py
35 35
from logging import getLogger
36 36

  
37 37

  
38

  
39

  
40 38
class AstakosClient(Client):
41 39
    """Synnefo Astakos API client"""
42 40

  
......
139 137

  
140 138
    def term(self, key, token=None):
141 139
        """Get (cached) term, from user credentials"""
140
        return self.user_term(key, token)
141

  
142
    def user_term(self, key, token=None):
143
        """Get (cached) term, from user credentials"""
142 144
        return self.user_info(token).get(key, None)

Also available in: Unified diff