X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fmessage.py;h=2f0fd92471b862ff6afa142a15d4db056727c2f9;hp=7bc7798c3cc7091ffd47ede9efe2f426bae17dd7;hb=86b0aeb1ca0f12286e13b71d7f025ba8a59a808d;hpb=12ebf879476ba60389c9310327b8a271f1f7eb5e diff --git a/bindings/python/notmuch/message.py b/bindings/python/notmuch/message.py index 7bc7798c..2f0fd924 100644 --- a/bindings/python/notmuch/message.py +++ b/bindings/python/notmuch/message.py @@ -19,7 +19,7 @@ Copyright 2010 Sebastian Spaeth ' """ -from ctypes import c_char_p, c_void_p, c_long, c_uint, c_int +from ctypes import c_char_p, c_long, c_uint, c_int from datetime import date from notmuch.globals import (nmlib, STATUS, NotmuchError, Enum, _str, NotmuchTagsP, NotmuchMessagesP, NotmuchMessageP, NotmuchFilenamesP) @@ -27,7 +27,6 @@ from notmuch.tag import Tags from notmuch.filename import Filenames import sys import email -import types try: import simplejson as json except ImportError: