remove unneeded imports

This commit is contained in:
Simon 2012-10-17 17:27:03 -05:00
parent 602da44765
commit 73107ec873

View File

@ -1,10 +1,10 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys # note that this needs the notmuch python bindings. For more info see:
import json # http://notmuchmail.org/howto/#index4h2
from datetime import datetime,timedelta
import notmuch import notmuch
import json
class NotmuchMailChecker(object): class NotmuchMailChecker(object):
""" """