simplify

tests/assign.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 a = A()     2 b = a.x = c     3 [a, b, c] = l     4 a, b, c = l