Revision 84f2756e lib/rapi/rlib2.py

b/lib/rapi/rlib2.py
370 370
    """
371 371
    if 'tag' not in self.queryargs:
372 372
      # no we not gonna delete all tags from an instance
373
      raise http.HTTPNotImplemented()
373
      raise http.HttpNotImplemented()
374 374
    return baserlib._Tags_DELETE(constants.TAG_INSTANCE,
375 375
                                 self.queryargs['tag'],
376 376
                                 name=self.items[0])

Also available in: Unified diff