projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f70b84c
)
database.py: also need to import Message
author
Sebastian Spaeth
<sebastian@sspaeth.de>
Tue, 30 Mar 2010 14:10:07 +0000
(16:10 +0200)
committer
Sebastian Spaeth
<sebastian@sspaeth.de>
Tue, 30 Mar 2010 14:10:07 +0000
(16:10 +0200)
cnotmuch/database.py
patch
|
blob
|
history
diff --git
a/cnotmuch/database.py
b/cnotmuch/database.py
index 44fd31548f7583801827ac9470211332c83f2848..bb8a963252d0d088f54ddbc696cc244428fb6882 100644
(file)
--- a/
cnotmuch/database.py
+++ b/
cnotmuch/database.py
@@
-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):