]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
Factor Messages() and Message() out into their own file. rename tags.py to tag.py...
[notmuch] / cnotmuch / notmuch.py
index ba5c150d84043b6394786192553aa00cb606231f..ad480288731d4e2004f5b8cf27a6ec7afee7ae9b 100644 (file)
@@ -1,7 +1,5 @@
 """The :mod:`notmuch` module provides most of the functionality that a user is likely to need.
 
-Many of its objects use python's logging module to log some output at DEBUG level.
-
 .. note:: The underlying notmuch library is build on a hierarchical
     memory allocator called talloc. All objects derive from a
     top-level :class:`Database` object.