aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2014-02-18 20:34:52 +0200
committerGravatar David Bremner <david@tethera.net>2014-02-21 21:12:45 -0400
commit18d71908b2d2d5843d38ec94cf2daf5f1e8ecd29 (patch)
treeb311aa17e2ec6f7b95d4d090766f98d04f87888c /bindings
parent7c0a1b4d602fa0ff612ffcd7a463d11764a4ea09 (diff)
nmbug-status: replace __values__() with values() in OrderedDict stub
Python dict() object does not have __values__() function which OrderedDict().values() (the stub provided in nmbug-status) could call to provide ordered list of values. By renaming this thinko to values() will make our stub work as expected -- dict items listed out in order those were added to the dictionary.
Diffstat (limited to 'bindings')
0 files changed, 0 insertions, 0 deletions