conf.add_section('locations')
conf.set('locations', 'notes_font_file', _computePath('fonts/Arial Unicode.ttf'))
conf.set('locations', 'SONG_FILE_PATH', _computePath('../chansons'))
conf.set('locations', 'LOGS_DIR', os.path.join(os.path.expanduser('~'), 'minwii_logs'))
conf.add_section('locations')
conf.set('locations', 'notes_font_file', _computePath('fonts/Arial Unicode.ttf'))
conf.set('locations', 'SONG_FILE_PATH', _computePath('../chansons'))
conf.set('locations', 'LOGS_DIR', os.path.join(os.path.expanduser('~'), 'minwii_logs'))