X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch%2F__init__.py;h=56a4f2a4ef143fc0f7db473282bf027299cce50e;hp=513209d5eb74a45941007ef1a09231d77e6d94b0;hb=634b4fbe233ee9007d190327df11779fe2113fb8;hpb=d0b00bc4b1d3f6246420e4b54627504b26073ff5 diff --git a/notmuch/__init__.py b/notmuch/__init__.py index 513209d5..56a4f2a4 100644 --- a/notmuch/__init__.py +++ b/notmuch/__init__.py @@ -55,7 +55,7 @@ from database import Database, Query 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 '