summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-03-05 08:53:01 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-03-21 10:18:33 +0100
commit2746f97690d219de8c24456d86b53db10f122d64 (patch)
treeb730149a7cf2c199796f6653cae23b536a4cc0c6
parentaf5b9405020ccfe437735e642f5ed13c5fc71ab1 (diff)
downloadkittystore-2746f97690d219de8c24456d86b53db10f122d64.tar.gz
kittystore-2746f97690d219de8c24456d86b53db10f122d64.tar.xz
kittystore-2746f97690d219de8c24456d86b53db10f122d64.zip
Minor pylint-detected cleanup
-rw-r--r--kittystore/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kittystore/utils.py b/kittystore/utils.py
index 281209a..8c32a4a 100644
--- a/kittystore/utils.py
+++ b/kittystore/utils.py
@@ -34,8 +34,7 @@ import dateutil.parser, dateutil.tz
__all__ = ("get_message_id_hash", "parseaddr", "parsedate",
- "header_to_unicode", "payload_to_unicode",
- "get_ref", "get_ref_and_thread_id",
+ "header_to_unicode", "get_ref", "get_ref_and_thread_id",
)