Revision b8028dcf tools/cluster-merge

b/tools/cluster-merge
41 41
from ganeti import ssh
42 42
from ganeti import utils
43 43
from ganeti import pathutils
44
from ganeti import compat
44 45

  
45 46

  
46 47
_GROUPS_MERGE = "merge"
......
134 135
  """Handling the merge.
135 136

  
136 137
  """
137
  RUNNING_STATUSES = frozenset([
138
  RUNNING_STATUSES = compat.UniqueFrozenset([
138 139
    constants.INSTST_RUNNING,
139 140
    constants.INSTST_ERRORUP,
140 141
    ])

Also available in: Unified diff