Mercurial > mozilla > hg > ProfileManager
view profilemanager/config.py @ 14:e846544b4d92
stub for a test to create a new profile
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 May 2010 07:49:43 -0700 |
parents | 7301d534bc6c |
children |
line wrap: on
line source
""" objects + methods related to .ini objects """ # XXX do this inline as opposed to using e.g. martINI for portability # and ease of modification def dictionary(parser): """ obtain a nested dictionary from an .ini file """ if __name__ == '__main__': from pprint import pprint