make the __iter__ methods in the python bindings return self
authorMichael Schroeder <mls@suse.de>
Mon, 31 Mar 2014 12:58:06 +0000 (14:58 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 31 Mar 2014 12:58:06 +0000 (14:58 +0200)
commit214203ca6cc97d91e3638b96bee00ee32977111e
tree95725c90eaee78a484a5da588d19e82caf4755b9
parent18cc20cdc9fb4bfacfd5528b621ebd4d6d1cb095
make the __iter__ methods in the python bindings return self

The old code returned a new iterator object, which broke
the skip_solvable method. I hope the new way does not break
anything.
bindings/solv.i