Mercurial > hg > configuration
comparison tests/example.py @ 14:12162afcd78f
bug fixes
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Mon, 26 Mar 2012 10:39:59 -0700 |
| parents | e00afe2c83bf |
| children | cadc9514f60a |
comparison
equal
deleted
inserted
replaced
| 13:0f8115a41ad6 | 14:12162afcd78f |
|---|---|
| 13 'help': 'path to firefox'} | 13 'help': 'path to firefox'} |
| 14 } | 14 } |
| 15 | 15 |
| 16 if __name__ == '__main__': | 16 if __name__ == '__main__': |
| 17 parser = ExampleConfiguration().parser() | 17 parser = ExampleConfiguration().parser() |
| 18 | 18 parser.parse_args() |
