projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e0082
)
python: Remove stray debug comment
author
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Tue, 6 Dec 2011 12:36:48 +0000
(13:36 +0100)
committer
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Tue, 6 Dec 2011 12:36:48 +0000
(13:36 +0100)
This slipped in wrongly in commit
71e0082eff
(due to my fault).
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/notmuch/database.py
patch
|
blob
|
history
diff --git
a/bindings/python/notmuch/database.py
b/bindings/python/notmuch/database.py
index 5b1b00bd6f2df42124253ccd688f14340318375e..7923f768b1f78caec831c3018b5280367feb9712 100644
(file)
--- a/
bindings/python/notmuch/database.py
+++ b/
bindings/python/notmuch/database.py
@@
-79,7
+79,6
@@
class Database(object):
_open = nmlib.notmuch_database_open
_open.argtypes = [c_char_p, c_uint]
_open.restype = NotmuchDatabaseP
- #_open.restype = c_void_p
"""notmuch_database_upgrade"""
_upgrade = nmlib.notmuch_database_upgrade