python: use absolute import for SOVERSION

Apparently python3 needs this.
This commit is contained in:
David Bremner 2015-05-09 08:13:50 +02:00
parent 00ee9ca737
commit 36bf31658c

View file

@ -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