]> git.cworth.org Git - notmuch/blobdiff - notmuch/__init__.py
python: Adapt README somewhat
[notmuch] / notmuch / __init__.py
index 513209d5eb74a45941007ef1a09231d77e6d94b0..56a4f2a4ef143fc0f7db473282bf027299cce50e 100644 (file)
@@ -55,7 +55,7 @@ from database import Database, Query
 from message import Messages, Message
 from thread import Threads, Thread
 from tag import Tags
 from message import Messages, Message
 from thread import Threads, Thread
 from tag import Tags
-from cnotmuch.globals import nmlib, STATUS, NotmuchError
+from notmuch.globals import nmlib, STATUS, NotmuchError
 __LICENSE__="GPL v3+"
 __VERSION__='0.2.2'
 __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'
 __LICENSE__="GPL v3+"
 __VERSION__='0.2.2'
 __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'