]> kaliko git repositories - python-musicpd.git/commit
mpd.py: don't use has_key()
authorJ. Alexander Treuman <jat@spatialrift.net>
Fri, 11 Sep 2009 23:22:11 +0000 (19:22 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Fri, 11 Sep 2009 23:22:11 +0000 (19:22 -0400)
commitc7cae3cb4d94dbd675ef5256c02d0ee3b250c468
treedf7a05e447091974d5c61d3d76860e0738f0dcaf
parent2a05ed7b31e6656753e1a39daa54fe67e044b530
mpd.py: don't use has_key()

key in obj is easier to read, and even a little faster.
mpd.py