Revision 2f79bd34 scripts/gnt-debug

b/scripts/gnt-debug
19 19
# 02110-1301, USA.
20 20

  
21 21

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

  
22 26
import sys
23
import os
24
import itertools
25 27
import simplejson
26 28
import time
27 29

  
28 30
from optparse import make_option
29
from cStringIO import StringIO
30 31

  
31 32
from ganeti.cli import *
32 33
from ganeti import opcodes

Also available in: Unified diff