X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fglobals.py;h=70cfdc3d12f5d3d7b6e6a84208ec7c133926afa3;hp=4c49d51dd8c06c4c0d89eee6ea0aa1d60230f6e7;hb=36bf31658c2ab8ff326d9c6008f97038c1b1f70c;hpb=00ee9ca7378039d124383da403c019fbcf5af766 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