From 35042e0696dd79c6a008918247d52c06ac9a6365 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 28 Oct 2010 14:37:15 +0200 Subject: [PATCH] python: Import explicit including package name To make python3 happy Signed-off-by: Sebastian Spaeth --- bindings/python/notmuch/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' -- 2.43.0