Revision b459a848 lib/client/gnt_os.py

b/lib/client/gnt_os.py
20 20

  
21 21
"""OS scripts related commands"""
22 22

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

Also available in: Unified diff