|
From: Michael F. <fuz...@vo...> - 2008-01-15 19:45:38
|
Hello, I've just discovered that IPython is using ConfigObj. Fernando Perez has developed a module called 'TConfig' that combines ConfigObj with enthought Traits ! http://ipython.scipy.org/ipython/ipython/browser/ipython/branches/saw/sandbox/tconfig.py?rev=2526 They use unrepr mode, and the parameters they use to create a ConfigObj are: configobj.ConfigObj(filename, create_empty=True, indent_type=' ', interpolation='Template', unrepr=True) It interests me what configuration people use as there as so many with ConfigObj now... Michael |