From 36bf31658c2ab8ff326d9c6008f97038c1b1f70c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 9 May 2015 08:13:50 +0200 Subject: [PATCH] python: use absolute import for SOVERSION Apparently python3 needs this. --- bindings/python/notmuch/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/notmuch/globals.py b/bindings/python/notmuch/globals.py index 4c49d51d..70cfdc3d 100644 --- a/bindings/python/notmuch/globals.py +++ b/bindings/python/notmuch/globals.py @@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth """ from ctypes import CDLL, Structure, POINTER -from version import SOVERSION +from notmuch.version import SOVERSION #----------------------------------------------------------------------------- #package-global instance of the notmuch library -- 2.43.0