summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@esme>2005-12-22 02:03:58 +0200
committerLars Wirzenius <liw@esme>2005-12-22 02:03:58 +0200
commit8f9e8b1644882aeb844454ef61c09d93537e2ef8 (patch)
tree770e016525cef65756d3362891f166e24fd7011d
parent72bfb8118cf8cc61c2bdc284562ea5a050cd207e (diff)
downloadeoc-8f9e8b1644882aeb844454ef61c09d93537e2ef8.tar.gz
Further typo fixed. Stupid stupid me.
-rw-r--r--eoc.py2
1 files changed, 1 insertions, 1 deletions
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", {})