tests/annotationparser: Drop Python API usage down to 2.6, not 2.7
authorColin Walters <walters@verbum.org>
Mon, 17 Dec 2012 16:08:05 +0000 (11:08 -0500)
committerColin Walters <walters@verbum.org>
Sun, 30 Dec 2012 06:56:50 +0000 (01:56 -0500)
commit651ba3d400e9efd75e1618066cd1b485cccac1a2
tree22ad2a12df4e41e6c73aa9eea7f4fe5c55df3917
parent2611eb1a69bfe4a098c60ab8efda32ec443c250c
tests/annotationparser: Drop Python API usage down to 2.6, not 2.7

.iterfind() is new in 2.7, but we claim 2.6 support, as I use on
RHEL6.
tests/scanner/annotationparser/test_parser.py