Fix for class variable parsing/listing bug.

This commit is contained in:
Ian Thompson 2008-08-30 11:27:27 +00:00
parent 0257f500e7
commit bccce7e30e

@ -492,6 +492,8 @@ def parse_text(txt):
elif var1_step == 3:
if text == '=':
var1_step = 4
elif text != ',':
var1_step = 0
elif var1_step == 4:
var_type = None
if type == NUMBER: