]> git.cworth.org Git - obsolete/notmuch-old/commit
python: remove the deprecated function Filenames.as_generator
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 16:13:31 +0000 (18:13 +0200)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 16:13:31 +0000 (18:13 +0200)
commite74b1f807bea9b8572a71757da9a3003e24a02b8
tree2d04e57202b31684a347b7971ad0668e60860dca
parent904a8070889c36b5dc7169a82f20cc354cc0f867
python: remove the deprecated function Filenames.as_generator

Remove the function Filenames.as_generator that has been marked as
deprecated in 0.12.

The class Filenames implements the iterator protocol so you can
directly iterate over such objects instead.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/filenames.py