view profilemanager/config.py @ 10:c77e9bef78d6

* update list of public API functions * further flushing out of profile manager
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 05 May 2010 17:08:47 -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