40
40
parser.add_option('--status', metavar='STATUS,...', action='store',
41
41
help='Only import bugs with the given status',
42
42
type='string', dest='status',
43
default='UNCONFIRMED,NEW,ASSIGNED,REOPENED,NEEDINFO,'
46
45
# MySQL connection details
47
46
parser.add_option('-d', '--dbname', metavar='DB', action='store',