aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-05-09 08:13:50 +0200
committerDavid Bremner <david@tethera.net>2015-05-23 20:59:42 +0200
commit36bf31658c2ab8ff326d9c6008f97038c1b1f70c (patch)
treec4eb53d1d14dd61f72f473f19f05f96c1c629c1d /bindings/python
parent00ee9ca7378039d124383da403c019fbcf5af766 (diff)
python: use absolute import for SOVERSION
Apparently python3 needs this.
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/notmuch/globals.py2
1 files changed, 1 insertions, 1 deletions
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 <Sebastian@SSpaeth.de>
"""
from ctypes import CDLL, Structure, POINTER
-from version import SOVERSION
+from notmuch.version import SOVERSION
#-----------------------------------------------------------------------------
#package-global instance of the notmuch library