From: James Vasile Date: Wed, 16 Mar 2011 09:13:26 +0000 (+0100) Subject: python: Remove completed TODO item X-Git-Tag: debian/0.6_254~171 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=74bc93f02d5061e0eb360571c2664541ae5bd98b;hp=eead2382774f42c3531f7abe6f06cbe88fe4492a python: Remove completed TODO item Really just a left-over TODO item in the code, nothing spectacular to see here. Signed-off-by: Sebastian Spaeth --- diff --git a/bindings/python/notmuch.py b/bindings/python/notmuch.py index 85726129..8d118595 100755 --- a/bindings/python/notmuch.py +++ b/bindings/python/notmuch.py @@ -486,7 +486,6 @@ def main(): print "\n".join([t for t in msgs.collect_tags()]) #------------------------------------- elif sys.argv[1] == 'dump': - # TODO: implement "dump " if len(sys.argv) == 2: f = sys.stdout else: