Revision f00170e2 lib/runtime.py

b/lib/runtime.py
74 74
  @ivar rapi_uid: The resolved uid of the rapi user
75 75
  @ivar rapi_gid: The resolved gid of the rapi group
76 76
  @ivar noded_uid: The resolved uid of the noded user
77

  
78 77
  @ivar daemons_gid: The resolved gid of the daemons group
79 78
  @ivar admin_gid: The resolved gid of the admin group
79

  
80 80
  """
81 81
  def __init__(self, _getpwnam=pwd.getpwnam, _getgrnam=grp.getgrnam):
82 82
    """Initialize the resolver.

Also available in: Unified diff