diff options
| author | David Bremner <david@tethera.net> | 2015-05-09 08:13:50 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-05-23 20:59:42 +0200 |
| commit | 36bf31658c2ab8ff326d9c6008f97038c1b1f70c (patch) | |
| tree | c4eb53d1d14dd61f72f473f19f05f96c1c629c1d /bindings/python | |
| parent | 00ee9ca7378039d124383da403c019fbcf5af766 (diff) | |
python: use absolute import for SOVERSION
Apparently python3 needs this.
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/notmuch/globals.py | 2 |
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 |
