Revision 7c738aab

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

  
57 57
    def __init__(self, base_url, token):
58 58
        super(ImageClient, self).__init__(base_url, token)
59
        self.response_header_prefices = ['X-Image-', ]
59 60

  
60 61
    def list_public(self, detail=False, filters={}, order=''):
61 62
        """

Also available in: Unified diff