Fix ConfigWriter._DistributeConfig error handling
[ganeti-local] / lib / rapi / connector.py
index 0d3a961..43c15c0 100644 (file)
@@ -92,8 +92,6 @@ class R_root(baserlib.R_Generic):
   """/ resource.
 
   """
-  DOC_URI = "/"
-
   def GET(self):
     """Show the list of mapped resources.
 
@@ -134,11 +132,9 @@ def _getResources(id):
 
 
 class R_2(baserlib.R_Generic):
-  """ /2 resourse.
+  """ /2 resource, the root of the version 2 API.
 
   """
-  DOC_URI = "/2"
-
   def GET(self):
     """Show the list of mapped resources.