view profilemanager/config.py @ 6:2a3f5cdfd60c

flush out helper functions and list directories
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 06 Apr 2010 09:19:05 -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