Revision 7e950d31 lib/rapi/connector.py

b/lib/rapi/connector.py
99 99
  """/ resource.
100 100

  
101 101
  """
102
  def GET(self):
102
  @staticmethod
103
  def GET():
103 104
    """Show the list of mapped resources.
104 105

  
105 106
    @return: a dictionary with 'name' and 'uri' keys for each of them.
......
142 143
  """ /2 resource, the root of the version 2 API.
143 144

  
144 145
  """
145
  def GET(self):
146
  @staticmethod
147
  def GET():
146 148
    """Show the list of mapped resources.
147 149

  
148 150
    @return: a dictionary with 'name' and 'uri' keys for each of them.

Also available in: Unified diff