Mercurial > hg > configuration
comparison tests/example.py @ 4:92e1b2dd60c8
more stubbing
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Sat, 24 Mar 2012 22:14:59 -0700 |
| parents | 1175fbabacaf |
| children | e00afe2c83bf |
comparison
equal
deleted
inserted
replaced
| 3:1175fbabacaf | 4:92e1b2dd60c8 |
|---|---|
| 12 'flags': ['-e', '--executablePath'], | 12 'flags': ['-e', '--executablePath'], |
| 13 'help': 'path to firefox'} | 13 'help': 'path to firefox'} |
| 14 } | 14 } |
| 15 | 15 |
| 16 if __name__ == '__main__': | 16 if __name__ == '__main__': |
| 17 pass | 17 parser = ExampleConfiguration().parser() |
| 18 |
