Revision 966405b7

b/lib/rapi/rlib2.py
233 233
    """
234 234
    if 'tag' not in self.queryargs:
235 235
      # no we not gonna delete all tags from an instance
236
      raise http.HTTPNotImplemented
236
      raise http.HTTPNotImplemented()
237 237
    return baserlib._Tags_DELETE(constants.TAG_INSTANCE,
238 238
                                 self.queryargs['tag'],
239 239
                                 name=self.items[0])

Also available in: Unified diff