notmuch/devel/nmbug
Tomi Ollila 18d71908b2 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.
2014-02-21 21:12:45 -04:00
..
nmbug nmbug: allow empty prefix 2013-03-02 10:42:45 -04:00
nmbug-status nmbug-status: replace __values__() with values() in OrderedDict stub 2014-02-21 21:12:45 -04:00
status-config.json nmbug: move from contrib to devel 2013-02-16 07:54:33 -04:00