unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: Lele Gaifax <lele@metapensiero.it>, notmuch@notmuchmail.org
Subject: [PATCH] python: use absolute import for SOVERSION
Date: Sat,  9 May 2015 08:13:50 +0200	[thread overview]
Message-ID: <1431152030-24171-1-git-send-email-david@tethera.net> (raw)
In-Reply-To: <877fslcmwk.fsf@nautilus.nautilus>

Apparently python3 needs this.
---
 bindings/python/notmuch/globals.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/python/notmuch/globals.py b/bindings/python/notmuch/globals.py
index 4c49d51..70cfdc3 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
-- 
2.1.4

  reply	other threads:[~2015-05-09  6:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 15:18 Bridge with gmane in trouble? Lele Gaifax
2015-05-06 23:21 ` Repost: Notmuch 0.20~rc1 Lele Gaifax
2015-05-09  6:13   ` David Bremner [this message]
2015-05-17 13:03     ` [PATCH] python: use absolute import for SOVERSION David Bremner
2015-05-23 19:20     ` David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431152030-24171-1-git-send-email-david@tethera.net \
    --to=david@tethera.net \
    --cc=lele@metapensiero.it \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).