Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1CCCB429E27 for ; Mon, 5 Dec 2011 13:12:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FQ41jelhfeyO for ; Mon, 5 Dec 2011 13:12:55 -0800 (PST) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 71C59429E25 for ; Mon, 5 Dec 2011 13:12:55 -0800 (PST) Received: by eaal13 with SMTP id l13so1417582eaa.26 for ; Mon, 05 Dec 2011 13:12:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; bh=XWv7Tt3WdRZo5XL6Cql5DEkESKzcPxhIm9o9HSeMpoA=; b=BEiy0GgKyQxJ/XZUMJoQRGtKTCtkfXrcjc3VKwRjyfmelfaEbeejwNj1fk9421lR7V SJTuLRiREd376KzsrPQKgij4PgIBYaX5Xku/Lo2eUn92gse7WWgDLuwwwutKiP+kqLs4 sYgdkQA2sAHtLDOWaBLdejH7oHGafKlanbNb8= Received: by 10.213.10.66 with SMTP id o2mr1426956ebo.135.1323119572718; Mon, 05 Dec 2011 13:12:52 -0800 (PST) Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com. [82.41.10.37]) by mx.google.com with ESMTPS id 17sm51946083eej.3.2011.12.05.13.12.50 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 13:12:51 -0800 (PST) From: Patrick Totzke To: notmuch@notmuchmail.org Subject: [python] cleanup the bindings Date: Mon, 5 Dec 2011 21:12:32 +0000 Message-Id: <1323119555-31416-1-git-send-email-patricktotzke@gmail.com> X-Mailer: git-send-email 1.7.4.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 21:12:56 -0000 These patches clean up the bindings a bit. I ran `pep8` and `pyflakes` over the code and fixed the parts it didn't like. Lastly, I fixed some reStructuredText syntax errors that lead to warnings while building the sphinx docs. Best, /p