#! /usr/bin/env python
#test program to show seg fault in gnome.config
#works with gnome-libs 1.0.61,
#fails with gnome-libs 1.2.0 and 1.2.1

import gnome.config

dic_section=gnome.config.section_contents( 'editor/Editor')

print dic_section
