Revision e7e3df52 snf-pithos-app/pithos/api/test/__init__.py

b/snf-pithos-app/pithos/api/test/__init__.py
153 153

  
154 154

  
155 155
class PithosTestClient(Client):
156
    def _get_path(self, parsed):
157
        # If there are parameters, add them
158
        if parsed[3]:
159
             return unquote(parsed[2] + ";" + parsed[3])
160
        else:
161
             return unquote(parsed[2])
162

  
156 163
    def copy(self, path, data={}, content_type=MULTIPART_CONTENT,
157 164
             follow=False, **extra):
158 165
        """

Also available in: Unified diff