X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=86e1b71c9ffe059ce8265c13c56465cba49cde5c;hp=8400f37c78e31648549c8ff3013983cbdc32ccf9;hb=92d3c24bc82ab33e6316e3ecf6ed947e8bf9ed99;hpb=b4fdf0ae30e0847a759c01524898d0b9d803c43b 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;