diff python/quote.py @ 517:a075f8a93183

python/quote.py
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 19 Sep 2013 11:36:44 -0700
parents 2454d5a1728b
children
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