Revision 84f2756e lib/rapi/connector.py

b/lib/rapi/connector.py
88 88
    if result:
89 89
      return result
90 90
    else:
91
      raise http.HTTPNotFound()
91
      raise http.HttpNotFound()
92 92

  
93 93

  
94 94
class R_root(baserlib.R_Generic):

Also available in: Unified diff