From: Lars Wirzenius Date: Thu, 22 Dec 2005 00:03:58 +0000 (+0200) Subject: Further typo fixed. Stupid stupid me. X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/commitdiff_plain/8f9e8b1644882aeb844454ef61c09d93537e2ef8?ds=sidebyside Further typo fixed. Stupid stupid me. --- diff --git a/eoc.py b/eoc.py index 537bccd..c7fb0c1 100644 --- a/eoc.py +++ b/eoc.py @@ -874,7 +874,7 @@ class MailingList: if "base64" in text or "BASE64" in text: import StringIO for line in StringIO.StringIO(text): - if line.lower.startswith("content-transfer-encoding:") and \ + if line.lower().startswith("content-transfer-encoding:") and \ "base64" in line.lower(): return text return text + self.template("footer", {})