X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2F__init__.py;h=5ba1337f2ab43b3c36e682686febc2361fe35440;hp=56a4f2a4ef143fc0f7db473282bf027299cce50e;hb=44ea57a0d10ddab514abea319c4d25ec4e36b51e;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955 diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py index 56a4f2a4..5ba1337f 100644 --- a/bindings/python/notmuch/__init__.py +++ b/bindings/python/notmuch/__init__.py @@ -51,10 +51,10 @@ along with notmuch. If not, see . Copyright 2010 Sebastian Spaeth ' """ -from database import Database, Query -from message import Messages, Message -from thread import Threads, Thread -from tag import Tags +from notmuch.database import Database, Query +from notmuch.message import Messages, Message +from notmuch.thread import Threads, Thread +from notmuch.tag import Tags from notmuch.globals import nmlib, STATUS, NotmuchError __LICENSE__="GPL v3+" __VERSION__='0.2.2'