]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
python: use relative imports
[notmuch] / bindings / python / notmuch / query.py
index 756e63b582a0ed6eeb06a131dfeb110e76215111..4abba5bdcd165fa277e60c5fc6593c2a2bc84d91 100644 (file)
@@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
 """
 
 from ctypes import c_char_p, c_uint
-from notmuch.globals import (
+from .globals import (
     nmlib,
     Enum,
     _str,