# HG changeset patch # User Jeff Hammel # Date 1380920325 25200 # Node ID 6e382347af17f33cfe328ec8312da45d93054b3b # Parent 0a800613af9a0b9a1db34d229c4c5a9c0236020b cleanup diff -r 0a800613af9a -r 6e382347af17 textshaper/template.py --- a/textshaper/template.py Thu Sep 26 02:02:36 2013 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -#!/usr/bin/env python - -""" -TextShaper template for makeitso -""" - -import sys -from cli import MakeItSoCLI -from optparse import OptionParser -from template import MakeItSoTemplate - -class TextShaperTemplate(MakeItSoTemplate): - """ - TextShaper template - """ - name = 'TextShaper' - templates = ['template'] - look = True - -class TemplateCLI(MakeItSoCLI): - """ - CLI driver for the TextShaper template - """ - -def main(args=sys.argv[:]): - cli = TemplateCLI() - cli(*args) - -if __name__ == '__main__': - main() - - diff -r 0a800613af9a -r 6e382347af17 textshaper/textshaper.py --- a/textshaper/textshaper.py Thu Sep 26 02:02:36 2013 -0700 +++ b/textshaper/textshaper.py Fri Oct 04 13:58:45 2013 -0700 @@ -1,5 +1,7 @@ #!/usr/bin/env python +# TODO: extract from this document + """ textshaper : text manipulation