Revision 2005b18e kamaki/clients/connection/__init__.py

b/kamaki/clients/connection/__init__.py
183 183
        self.method = method
184 184

  
185 185
    def perform_request(
186
        self,
187
        method=None, url=None, async_headers={}, async_params={}, data=None):
186
            self,
187
            method=None,
188
            url=None,
189
            async_headers={},
190
            async_params={},
191
            data=None):
188 192
        raise NotImplementedError

Also available in: Unified diff