comparison makeitso/python.py @ 95:e74baa8e6df4

fix CLI interface a bit....write a test for it
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 09:06:25 -0800
parents d4184945f8a8
children ad5fd3eb6674
comparison
equal deleted inserted replaced
94:b6a46332cced 95:e74baa8e6df4
37 } 37 }
38 38
39 def __init__(self, **kw): 39 def __init__(self, **kw):
40 MakeItSoTemplate.__init__(self, **kw) 40 MakeItSoTemplate.__init__(self, **kw)
41 41
42
42 def main(args=sys.argv[:]): 43 def main(args=sys.argv[:]):
43 usage = '%prog [options]' 44 usage = '%prog [options]'
44 45
45 46
46 if __name__ == '__main__': 47 if __name__ == '__main__':