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
# -*- 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):
"""