X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=86e1b71c9ffe059ce8265c13c56465cba49cde5c;hb=d099b79fd1c4d1248a3221c9994be51bbff898e8;hp=8400f37c78e31648549c8ff3013983cbdc32ccf9;hpb=b4fdf0ae30e0847a759c01524898d0b9d803c43b;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 8400f37c..86e1b71c 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -1,6 +1,6 @@ import ctypes from ctypes import c_int, c_char_p -from database import Database,Tags +from database import Database,Tags,Query from cnotmuch.globals import nmlib,STATUS,NotmuchError # 114 typedef struct _notmuch_query notmuch_query_t;