mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
python: use absolute import for SOVERSION
Apparently python3 needs this.
This commit is contained in:
parent
00ee9ca737
commit
36bf31658c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue