# HG changeset patch # User Jeff Hammel # Date 1379615804 25200 # Node ID a075f8a93183e0135c5b1106e04b237fd403541e # Parent c78da6f7ca79383af8aeea7e5fbd8684628780d7 python/quote.py diff -r c78da6f7ca79 -r a075f8a93183 python/quote.py --- 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