changeset 517:a075f8a93183

python/quote.py
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 19 Sep 2013 11:36:44 -0700
parents c78da6f7ca79
children 4e2d8a7eb188
files python/quote.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/quote.py	Thu Sep 19 11:21:07 2013 -0700
+++ b/python/quote.py	Thu Sep 19 11:36:44 2013 -0700
@@ -4,6 +4,10 @@
 quote text
 """
 
+# TODO:
+# - combine with quotemail...wth?
+# -> textshaper
+
 import sys
 import textwrap
 from subprocess import check_output as call