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)
commitf9f0b46e136ffa44d80c0a183ac99a9fce78d357
tree9c0dacec7fba6ec09925a1e63bafe46fab25ca6f
parent26d9d0fb1d0ab596657f968425318456e45ea660
mapping: Make the iterators conform to the proper interface.

An iterator must implement __iter__() as an identity operation.  Make it so.
mapping.pyx