mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
database.py: also need to import Message
This commit is contained in:
parent
f70b84cb39
commit
775d3bc313
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
|||
from ctypes import c_int, c_char_p, c_void_p, c_uint, c_long, byref
|
||||
from cnotmuch.globals import nmlib, STATUS, NotmuchError, Enum
|
||||
from cnotmuch.thread import Threads
|
||||
from cnotmuch.message import Messages
|
||||
from cnotmuch.message import Messages, Message
|
||||
from cnotmuch.tag import Tags
|
||||
|
||||
class Database(object):
|
||||
|
|
Loading…
Reference in a new issue