Revision 93384844 lib/backend.py

b/lib/backend.py
45 45

  
46 46

  
47 47
def _GetConfig():
48
  """Simple wrapper to return a ConfigReader.
48
  """Simple wrapper to return a SimpleStore.
49 49

  
50
  @rtype: L{ssconf.SimpleConfigReader}
51
  @return: a SimpleConfigReader instance
50
  @rtype: L{ssconf.SimpleStore}
51
  @return: a SimpleStore instance
52 52

  
53 53
  """
54
  return ssconf.SimpleConfigReader()
54
  return ssconf.SimpleStore()
55 55

  
56 56

  
57 57
def _GetSshRunner(cluster_name):

Also available in: Unified diff