comparison tests/example.py @ 11:e00afe2c83bf

stubbing configuration parser
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 26 Mar 2012 09:45:06 -0700
parents 92e1b2dd60c8
children 12162afcd78f
comparison
equal deleted inserted replaced
10:c782d750fd6d 11:e00afe2c83bf
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