Revision 8135a2db lib/ssconf.py

b/lib/ssconf.py
255 255
  The function does not handle any errors, these should be handled in
256 256
  the caller (errors.ConfigurationError, errors.ResolverError).
257 257

  
258
  @param ss: either a sstore.SimpleConfigReader or a
259
      sstore.SimpleStore instance
260
  @rtype: tuple
261
  @return: a tuple (master node name, my own name)
262

  
258 263
  """
259 264
  if ss is None:
260 265
    ss = SimpleStore()

Also available in: Unified diff