comparison tests/example.py @ 64:a8013bd3126a

minor bug fixes
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Mar 2012 08:33:54 -0700
parents 73e72a764c3a
children 92c11cd1d27e
comparison
equal deleted inserted replaced
63:e7005b75ef8d 64:a8013bd3126a
19 'help': "Time to wait for the browser to output to the log file", 19 'help': "Time to wait for the browser to output to the log file",
20 'default': 1200}, 20 'default': 1200},
21 } 21 }
22 22
23 if __name__ == '__main__': 23 if __name__ == '__main__':
24 options, args = ExampleConfiguration().parse() 24 from pprint import pprint
25 25 options, args = ExampleConfiguration().parse_args()
26 pprint(options.__dict__)