Skip to content
Snippets Groups Projects
Commit a2f92677 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

rapi: Whitespace fixes

Reviewed-by: ultrotter
parent b03efa30
No related branches found
No related tags found
No related merge requests found
......@@ -163,5 +163,4 @@ def main():
if __name__ == '__main__':
main()
......@@ -25,14 +25,14 @@
import cgi
import re
from ganeti import constants
from ganeti import http
from ganeti import constants
from ganeti import http
from ganeti.rapi import baserlib
from ganeti.rapi import baserlib
from ganeti.rapi import rlib1
from ganeti.rapi import rlib2
# the connection map created at the end of this file
# the connection map is created at the end of this file
CONNECTOR = {}
......@@ -99,7 +99,7 @@ class R_root(baserlib.R_Generic):
def GET(self):
"""Show the list of mapped resources.
Returns:
A dictionary with 'name' and 'uri' keys for each of them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment