Revision 7260cfbe scripts/gnt-cluster

b/scripts/gnt-cluster
18 18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 19
# 02110-1301, USA.
20 20

  
21
"""Cluster related commands"""
21 22

  
22
# pylint: disable-msg=W0401,W0614
23
# pylint: disable-msg=W0401,W0614,C0103
23 24
# W0401: Wildcard import ganeti.cli
24 25
# W0614: Unused import %s from wildcard import (since we need cli)
26
# C0103: Invalid name gnt-cluster
25 27

  
26 28
import sys
27 29
import os.path

Also available in: Unified diff