Revision 8a66cc18

b/lib/storage/drbd_info.py
418 418
    section_name = pyp.Word(pyp.alphas + "_") + \
419 419
                   pyp.Optional(pyp.Word(pyp.nums)).suppress() # skip volume idx
420 420
    section = pyp.Forward()
421
    # pylint: disable=W0106
422 421
    section << (section_name +
423 422
                cls._lbrace +
424 423
                pyp.ZeroOrMore(pyp.Group(cls._stmt ^ section)) +

Also available in: Unified diff