projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e90d65
)
remove useless tags struct
author
Sebastian Spaeth
<sebastian@sspaeth.de>
Tue, 16 Mar 2010 11:40:20 +0000
(12:40 +0100)
committer
Sebastian Spaeth
<sebastian@sspaeth.de>
Tue, 16 Mar 2010 11:40:20 +0000
(12:40 +0100)
--HG--
extra : transplant_source : %EF%CD%D8K%E5%E1F%95%1E%F9%F3%88%E7%B0%600%21Wwp
cnotmuch/database.py
patch
|
blob
|
history
diff --git
a/cnotmuch/database.py
b/cnotmuch/database.py
index 82c4f2bc2a86975ec09fc86748f2e523e56f87f1..50c182bd5f4be69821f85f5e1fa85d1dd015b05e 100644
(file)
--- a/
cnotmuch/database.py
+++ b/
cnotmuch/database.py
@@
-155,9
+155,6
@@
class Query(object):
#------------------------------------------------------------------------------
class Tags(object):
"""Wrapper around notmuch_tags_t"""
- class notmuch_tags_t(ctypes.Structure):
- """the opaque tags struct that is returned by functions."""
- pass
#notmuch_tags_get
_get = nmlib.notmuch_tags_get