Revision 3a190998

b/Changelog
1
Changelog for 0.12.5
1
Changelog for 0.12.7
2

  
3
- Restore user_info, user_term for bw compatibility in AstakosClient [#4880]
4

  
5
Changelog for 0.12.6
2 6

  
3 7
- Restore get_service_endpoints for AstakosClient
4 8

  
b/kamaki/clients/astakos/__init__.py
39 39

  
40 40

  
41 41
class AstakosClient(OriginalAstakosClient):
42
    """Wrap Original AstakosClient to ensure compatibility in kamaki clients"""
42
    """Wrap Original AstakosClient to ensure bw compatibility and ease of use
43

  
44
    Note that this is an ancached class, so each call produces at least one
45
    new http request
46
    """
43 47

  
44 48
    def __init__(self, *args, **kwargs):
45 49
        if args:
b/version
1
0.12.6
1
0.12.7

Also available in: Unified diff