view profilemanager/config.py @ 9:b1274abd1206

rework API a bit; the "public" methods are becoming a bit specialized to the command line, which was my fear, so I should probably inherit from ProfileManager to do the interface like I should
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 14 Apr 2010 16:07:20 -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