Hi,

I'm trying to use Configuration component to dynamically modify linux 
configuration files. All seems fine except for string-based values (both 
empty and non-empty ones) that get automatically quoted, for example:

Read operation:
oldest_color = (136, 136, 255)

Write operation:
oldest_color = "(136, 136, 255)"

Is it possible to avoid automated application of quotes (and just leave 
that possibility for strings whose white spaces would NEED to be preserved)?

Any hints greatly appreciated!

Cheers,
Piotrek
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to