mapping: Make the iterators conform to the proper interface.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 15 Mar 2006 01:23:15 +0000 (01:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 15 Mar 2006 01:23:15 +0000 (01:23 +0000)
An iterator must implement __iter__() as an identity operation.  Make it so.


No differences found