simplify

tests/augassign.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 a += b     2 a.b += c     3 a.b().c += d     4 a[b:c] += d     5 a.b[c:] += d     6 a[b] += c     7 a[b,c] += d