Mercurial > hg > config
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 516:c78da6f7ca79 | 517:a075f8a93183 |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 | 2 |
| 3 """ | 3 """ |
| 4 quote text | 4 quote text |
| 5 """ | 5 """ |
| 6 | |
| 7 # TODO: | |
| 8 # - combine with quotemail...wth? | |
| 9 # -> textshaper | |
| 6 | 10 |
| 7 import sys | 11 import sys |
| 8 import textwrap | 12 import textwrap |
| 9 from subprocess import check_output as call | 13 from subprocess import check_output as call |
| 10 | 14 |
