From 73107ec8731f344c1792dd2184b602c5b2a4fe3b Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 17 Oct 2012 17:27:03 -0500 Subject: [PATCH] remove unneeded imports --- notmuchmailchecker.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notmuchmailchecker.py b/notmuchmailchecker.py index 729df76..37fdf3f 100644 --- a/notmuchmailchecker.py +++ b/notmuchmailchecker.py @@ -1,10 +1,10 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -import sys -import json -from datetime import datetime,timedelta +# note that this needs the notmuch python bindings. For more info see: +# http://notmuchmail.org/howto/#index4h2 import notmuch +import json class NotmuchMailChecker(object): """