# HG changeset patch # User Jeff Hammel # Date 1391225582 28800 # Node ID c3df7dccb02ba67fdac090abbc44e5efc81ba598 # Parent 5b70bbff04b15f2512b407fbde63a6d8d5d4d279 STUB: textshaper/main.py diff -r 5b70bbff04b1 -r c3df7dccb02b textshaper/main.py --- a/textshaper/main.py Sat Jan 25 18:09:48 2014 -0800 +++ b/textshaper/main.py Fri Jan 31 19:33:02 2014 -0800 @@ -25,7 +25,7 @@ _info = info(content) print (hr) print ('; '.join(['{}: {}'.format(key, _info[key]) - for key in keys]) + for key in keys])) def add_options(parser): """add options to the OptionParser instance"""