Revision 2d54e29c scripts/gnt-node

b/scripts/gnt-node
20 20

  
21 21
"""Node related commands"""
22 22

  
23
# pylint: disable-msg=W0401,W0614,C0103
23
# pylint: disable-msg=W0401,W0613,W0614,C0103
24 24
# W0401: Wildcard import ganeti.cli
25
# W0613: Unused argument, since all functions follow the same API
25 26
# W0614: Unused import %s from wildcard import (since we need cli)
26 27
# C0103: Invalid name gnt-node
27 28

  

Also available in: Unified diff