Mercurial > hg > numerics
comparison numerics/manipulate.py @ 61:82a18c9337c3
more stubbing
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 22 Jan 2015 13:41:19 -0800 |
| parents | e3c3ee7b5ccf |
| children | 895ad896023a |
comparison
equal
deleted
inserted
replaced
| 60:e3c3ee7b5ccf | 61:82a18c9337c3 |
|---|---|
| 38 parser = Parser() | 38 parser = Parser() |
| 39 options = parser.parse_args(args) | 39 options = parser.parse_args(args) |
| 40 | 40 |
| 41 if options.list_entries: | 41 if options.list_entries: |
| 42 raise NotImplementedError('TODO') # -> record TODO items | 42 raise NotImplementedError('TODO') # -> record TODO items |
| 43 else: | |
| 44 # print help | |
| 45 print (parser.help()) | |
| 46 parser.exit() | |
| 43 | 47 |
| 44 if __name__ == '__main__': | 48 if __name__ == '__main__': |
| 45 main() | 49 main() |
| 46 | 50 |
