Mercurial > hg > TextShaper
comparison textshaper/main.py @ 13:c3df7dccb02b
STUB: textshaper/main.py
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 31 Jan 2014 19:33:02 -0800 |
| parents | 5b70bbff04b1 |
| children | df52326aa08d |
comparison
equal
deleted
inserted
replaced
| 12:5b70bbff04b1 | 13:c3df7dccb02b |
|---|---|
| 23 print content | 23 print content |
| 24 if keys: | 24 if keys: |
| 25 _info = info(content) | 25 _info = info(content) |
| 26 print (hr) | 26 print (hr) |
| 27 print ('; '.join(['{}: {}'.format(key, _info[key]) | 27 print ('; '.join(['{}: {}'.format(key, _info[key]) |
| 28 for key in keys]) | 28 for key in keys])) |
| 29 | 29 |
| 30 def add_options(parser): | 30 def add_options(parser): |
| 31 """add options to the OptionParser instance""" | 31 """add options to the OptionParser instance""" |
| 32 | 32 |
| 33 # TODO | 33 # TODO |
