Revision 76e7661e kamaki/clients/image/__init__.py

b/kamaki/clients/image/__init__.py
36 36

  
37 37

  
38 38
class ImageClient(Client):
39
    """OpenStack Image Service API 1.0 and GRNET Plankton client"""
39
    """Synnefo Plankton API client"""
40 40

  
41 41
    def __init__(self, base_url, token):
42 42
        super(ImageClient, self).__init__(base_url, token)

Also available in: Unified diff